fix(ci): use official `codespell` action (#8087)
This commit is contained in:
parent
9acdf0e512
commit
9ae55853ad
|
@ -160,7 +160,7 @@ jobs:
|
|||
needs: changed-files
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: plettich/action-codespell@master
|
||||
- uses: codespell-project/actions-codespell@v2.0
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
level: warning
|
||||
only_warn: 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue