Skip to content

Commit 7d09d33

Browse files
committed
rename
1 parent a939e91 commit 7d09d33

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/spell-check.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ame: Spell Check
1+
name: Spell Check
22

33
on:
44
push:
@@ -17,10 +17,8 @@ jobs:
1717

1818
# Install codespell
1919
- name: Install codespell
20-
run: |
21-
pip install codespell
20+
run: pip install codespell
2221

2322
# Run codespell
2423
- name: Run codespell
25-
run: |
26-
codespell --skip="*.png,*.jpg,*.jpeg,*.gif,*.svg,*.ico,*.pdf,*.js" --ignore-words-list="nd,te,OT" --check-filenames
24+
run: codespell --skip="*.png,*.jpg,*.jpeg,*.gif,*.svg,*.ico,*.pdf,*.js" --ignore-words-list="nd,te,OT" --check-filenames

0 commit comments

Comments
 (0)