Skip to content

Commit

Permalink
fail actions on pylint warnings including 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 20, 2022
1 parent 83a26b9 commit 1da5f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- name: Lint with flake8
run: flake8 spinnman unittests
- name: Lint with pylint
if: matrix.python-version != 3.9
uses: ./support/actions/pylint
with:
package: spinnman
exitcheck: 39

- name: Run rat copyright enforcement
if: matrix.python-version == 3.8
Expand Down

0 comments on commit 1da5f65

Please sign in to comment.