Skip to content

Commit

Permalink
fixup! ci add linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Sep 30, 2023
1 parent 486aed1 commit e5257ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
python-version: 3.11
- name: Setup and install tools
run: |
python -m pip install --upgrade black
python -m pip install --upgrade black flake8
- name: black format check
run: black --check --line-length 120 pandoc_plantuml_filter.py tests setup.py
- name: black format check
- name: flake8 format check
run: flake8 --max-line-length 120 pandoc_plantuml_filter.py tests setup.py
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e5257ca

Please sign in to comment.