Skip to content

Commit c5f8533

Browse files
add spellcheck
1 parent 17f6d73 commit c5f8533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spell-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
name: Check spelling with codespell
88
runs-on: ubuntu-latest
99
steps:
10-
uses: codespell-project/actions-codespell@v2
11-
with:
12-
check_filenames: true
10+
- uses: codespell-project/actions-codespell@v2
11+
with:
12+
check_filenames: true
1313
misspell:
1414
name: Check spelling with misspell
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)