Skip to content

Commit

Permalink
Update .github/workflows/spellcheck.yml
Browse files Browse the repository at this point in the history
Co-authored-by: James McKinney <[email protected]>
  • Loading branch information
duncandewhurst and jpmckinney authored Nov 13, 2023
1 parent 11df325 commit f23f186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
with:
python-version: '3.10'
- run: pip install codespell
- run: codespell -S .git,docson,locale,currency.csv -L tne,zar,fo,nam .
- run: codespell -S .git,docson,locale,country.csv,currency.csv -L fo,tne,zar .

0 comments on commit f23f186

Please sign in to comment.