mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Enforce 'isort' formatter
This commit is contained in:
3
.github/workflows/tox.yml
vendored
3
.github/workflows/tox.yml
vendored
@@ -66,6 +66,9 @@ jobs:
|
||||
- name: Install Node dependencies
|
||||
run: |
|
||||
npm install -g markdownlint-cli jshint csslint
|
||||
- name: Check with isort
|
||||
if: always()
|
||||
run: python -m tox -e isort && git diff --exit-code
|
||||
- name: Check with black
|
||||
if: always()
|
||||
run: python -m tox -e black && git diff --exit-code
|
||||
|
||||
Reference in New Issue
Block a user