Skip to content

Commit

Permalink
added minimum pylint score
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 committed Dec 20, 2023
1 parent 5956166 commit 91c965d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
run: |
poetry install --no-root
poetry install --with dev
- name: Run the linting
run: poetry run pylint $(git ls-files '*.py') -f json
run: poetry run pylint --fail-under=8 $(git ls-files '*.py')

0 comments on commit 91c965d

Please sign in to comment.