diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6651ffe0..b05a7f9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file