Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Sep 25, 2023
1 parent 9a1f64e commit 4b56bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
poetry install
pip list
- name: Lint with Flake8
if: github.event_name == 'push' && matrix.python-version == 3.8
run: |
poetry run flake8
- name: Test with pytest
Expand Down

0 comments on commit 4b56bdd

Please sign in to comment.