We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd646af commit c7346f6Copy full SHA for c7346f6
.github/workflows/codespell.yml
@@ -4,6 +4,6 @@ jobs:
4
codespell:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
- run: pip install codespell
9
- run: codespell --count # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"
0 commit comments