Skip to content

Commit

Permalink
Add Pylint run to build
Browse files Browse the repository at this point in the history
  • Loading branch information
clmould committed Nov 16, 2023
1 parent d843d3f commit 7a94c6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ jobs:
- name: Test with PyTest
run: |
python -m pytest --cov=inflammation.models tests/test_models.py
- name: Check style with Pylint
run: |
python3 -m pylint --fail-under=0 --reports=y inflammation

0 comments on commit 7a94c6c

Please sign in to comment.