Skip to content

Commit

Permalink
Exclude ./README.id.md
Browse files Browse the repository at this point in the history
Excluding ./README.it.md so the workflow test could be passed
  • Loading branch information
theDreamer911 authored Mar 29, 2022
1 parent d31406d commit feae461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v2
- run: python3 -m pip install codespell
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
--skip="./README.de.md,./README.es.md,./README.sv.md,./README.fr.md,./README.de-ch.md,./README.hi.md,./README.pt-br.md,./README.it.md,*.svg,./benchmarks/snippets.py"
--skip="./README.de.md,./README.es.md,./README.sv.md,./README.fr.md,./README.de-ch.md,./README.hi.md,./README.pt-br.md,./README.it.md,./README.id.md,*.svg,./benchmarks/snippets.py"

0 comments on commit feae461

Please sign in to comment.