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.
2 parents ce1e335 + 2a4d02e commit 9ba2c57Copy full SHA for 9ba2c57
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v3
14
- - uses: actions/setup-python@v1
+ - uses: actions/setup-python@v4
15
- run: pip install codespell
16
- uses: ./
17
- name: Check codespell
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
- run: pip install git+https://github.com/codespell-project/codespell.git
30
31
0 commit comments