Skip to content

Commit

Permalink
fix: adjust pylint.yml
Browse files Browse the repository at this point in the history
Signed-off-by: dann <85698684+sirlolcat@users.noreply.github.com>
  • Loading branch information
0x5844 committed Nov 25, 2023
1 parent 51b29df commit 7181bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint --fail-under=8 $(git ls-files '*.py')

0 comments on commit 7181bed

Please sign in to comment.