Skip to content

Commit c711f4a

Browse files
authored
codespell --skip=
1 parent a9c7359 commit c711f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-python@v1
1111
- run: pip install codespell flake8
12-
- run: codespell
12+
- run: codespell -L ans --skip=./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt

0 commit comments

Comments
 (0)