Skip to content

Commit

Permalink
Add pylint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clmould committed Nov 16, 2023
1 parent e39151d commit f87aab6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI

#add linter pylint to jobs
# We can specify which Github events will trigger a CI build
on: push

Expand Down Expand Up @@ -37,3 +37,7 @@ jobs:
- name: Test with PyTest
run: |
python -m pytest --cov=inflammation.models tests/test_models.py
- name: Test with Pylint
run: |
pylint inflammation

0 comments on commit f87aab6

Please sign in to comment.