Skip to content

Commit 0b0b82e

Browse files
authored
Update codespell.yml
1 parent b3806eb commit 0b0b82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell.yml

+1-1
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 -L ans --skip=./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt
12+
- run: codespell -L ans --skip="./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt,*.jpg,*.png,*.jpeg,*.gif,./.git/*,./.github/*"

0 commit comments

Comments
 (0)