Skip to content

Commit

Permalink
.github/workflows/spellcheck.yml: Ignore 'TNE'
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Nov 2, 2023
1 parent 52ebd18 commit a568b02
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 zar .
- run: codespell -S .git,docson,locale,currency.csv -L tne,zar .

0 comments on commit a568b02

Please sign in to comment.