Skip to content

Commit

Permalink
fix(ci): use official codespell action (#8087)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde authored Dec 11, 2023
1 parent 9acdf0e commit 9ae5585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
needs: changed-files
steps:
- uses: actions/[email protected]
- uses: plettich/action-codespell@master
- uses: codespell-project/actions-codespell@v2.0
with:
github_token: ${{ secrets.github_token }}
level: warning
only_warn: 1

0 comments on commit 9ae5585

Please sign in to comment.