Skip to content

Commit

Permalink
CI: add config for codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Jul 1, 2024
1 parent 7d1974f commit fc040cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
skip: '.git,*.pdf,*.svg,venvs,versioneer.py,DL-*,.github,_build'
ignore_words_list: 'wit,thirdparty.svg'

0 comments on commit fc040cb

Please sign in to comment.