Skip to content

Commit fbd566b

Browse files
authored
codespell --skip="./.*"
1 parent 0b0b82e commit fbd566b

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

0 commit comments

Comments
 (0)