We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3806eb commit 0b0b82eCopy full SHA for 0b0b82e
.github/workflows/codespell.yml
@@ -9,4 +9,4 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-python@v1
11
- run: pip install codespell flake8
12
- - run: codespell -L ans --skip=./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt
+ - 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