Skip to content

Commit

Permalink
Update py-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsTheFae committed Dec 8, 2023
1 parent d7eab98 commit 546d593
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/py-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
pip install black flake8 flake8-type-checking
- name: Check with black
run: |
python -m black --diff --color ./
python -m black --diff --color --check ./
- name: Check with flake8
run: |
python -m flake8 ./
VERNUM=${{ matrix.python-version }}
TARGETV="py${VERNUM/./}"
python -m flake8 -t $TARGETV ./

0 comments on commit 546d593

Please sign in to comment.