Skip to content

Commit

Permalink
Pylint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreww committed Mar 29, 2024
1 parent a8e798a commit 9107cff
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 @@ -33,6 +33,10 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- name: Check style with Pylint
run: |
python3 -m pylint --fail-under=5 --reports=y earth_model
- name: Test with PyTest
run: |
python3 -m pytest --cov=earth_model
Expand Down

0 comments on commit 9107cff

Please sign in to comment.