Skip to content

Commit

Permalink
Merge pull request #1429 from dandi/enh-codespell-annotate
Browse files Browse the repository at this point in the history
ENH: add/use codespell-project/codespell-problem-matcher to annotate PRs on where typos added
  • Loading branch information
yarikoptic authored May 3, 2024
2 parents 1a673b9 + 6885b40 commit 82dd7ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox
# Annotate codespell within PR
- uses: codespell-project/codespell-problem-matcher@v1
- name: Run linters
run: |
tox -e lint
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deps =
codespell~=2.0
flake8
commands =
codespell dandi setup.py
codespell dandi docs tools setup.py
flake8 --config=setup.cfg {posargs} dandi setup.py

[testenv:typing]
Expand Down

0 comments on commit 82dd7ea

Please sign in to comment.