Skip to content

Commit

Permalink
Added flake8 check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Feb 20, 2024
1 parent 0061d9a commit 6691fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
pip install setuptools
- name: Run Tests
run: python setup.py pytest
- name: Check flake8 runs
run: flake8

code-ql:
strategy:
Expand Down

0 comments on commit 6691fdc

Please sign in to comment.