Skip to content

Commit

Permalink
Merge pull request #1228 from datalad-handbook/codespell
Browse files Browse the repository at this point in the history
Codespell fix attempt via config
  • Loading branch information
adswa authored Jul 1, 2024
2 parents 5008c99 + 36e67c4 commit 99d2a89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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'
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
level of experience, education, socioeconomic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards
Expand Down

0 comments on commit 99d2a89

Please sign in to comment.