Skip to content

Commit

Permalink
Use pylint-exit
Browse files Browse the repository at this point in the history
  • Loading branch information
kochanczyk authored May 8, 2024
1 parent 47c2ffd commit 8098688
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
pip install pylint pylint-exit
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py') || pylint-exit --error-fail $?

0 comments on commit 8098688

Please sign in to comment.