fix(codespell): include README.it.md to codespell exclusions

This commit is contained in:
v0lp3 2021-10-15 17:19:53 +02:00
parent 7c96a8f9d7
commit 215efa6f79
1 changed files with 1 additions and 1 deletions

View File

@ -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,*.svg"
--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"