We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385622b commit 2f330f7Copy full SHA for 2f330f7
.github/workflows/codespell-private.yml
@@ -52,7 +52,7 @@ jobs:
52
- run: codespell --help
53
- run: codespell --version
54
- run: make check
55
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
56
with:
57
token: ${{ secrets.CODECOV_TOKEN }}
58
# tomli should not be required for the next two steps (and make sure it's not)
.github/workflows/codespell-windows.yml
@@ -25,6 +25,6 @@ jobs:
25
26
27
- run: pytest codespell_lib
28
29
30
0 commit comments