Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Jul 3, 2024
1 parent d5ed877 commit 91b5b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "PYTHONPATH=src" >> $GITHUB_ENV
- name: Pylint
run:
pylint $(git ls-files '**/*.py')
pylint --fail-under=8 $(git ls-files '**/*.py')
- name: Black
run:
black --check ./
Expand Down

0 comments on commit 91b5b03

Please sign in to comment.