We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7d125 commit 6f56a4aCopy full SHA for 6f56a4a
.github/workflows/spell_checking.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
python-version: [3.8]
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- name: Set up Python ${{ matrix.python-version }}
15
uses: actions/setup-python@v4
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