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 a42dbf3 commit b2b5987Copy full SHA for b2b5987
.github/workflows/spell_checking.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
python-version: [3.8]
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Set up Python ${{ matrix.python-version }}
15
uses: actions/setup-python@v5
16
with:
@@ -26,7 +26,7 @@ jobs:
26
name: Check spelling with misspell
27
runs-on: ubuntu-latest
28
29
30
- name: Install
31
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
32
- name: Misspell
0 commit comments