mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Add codespell step to CI lint workflow (#2551)
This commit is contained in:
3
.github/workflows/tox.yml
vendored
3
.github/workflows/tox.yml
vendored
@@ -84,6 +84,9 @@ jobs:
|
||||
- name: Check with csslint
|
||||
if: always()
|
||||
run: python -m tox -e csslint
|
||||
- name: Check with codespell
|
||||
if: always()
|
||||
run: python -m tox -e codespell
|
||||
|
||||
translation:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user