Skip to content

Commit

Permalink
Update experimental-precommit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crysg authored Nov 18, 2024
1 parent de2cfbc commit aaeda6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/experimental-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: "~= 22.0"
- name: Using pylint
run: |
pylint $(git ls-files './src/webapp/*.py')
pylint $(git ls-files './src/webapp/*.py') --errors-only
- name: Test with pytest
run: |
coverage run -m pytest -v -s ./src/webapp/
Expand Down

0 comments on commit aaeda6b

Please sign in to comment.