mirror of
https://github.com/Eledio/superfaktura-client.git
synced 2025-11-01 00:18:25 +01:00
ga: fix workflow for pylint
This commit is contained in:
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
pip install pylint
|
pip install pylint
|
||||||
- name: pylint
|
- name: pylint
|
||||||
run: |
|
run: |
|
||||||
pylint $(git ls-files '*.py') --fail-under=9.0 --output-format=json > pylint-report.json
|
pylint $(git ls-files '*.py' | grep -v '^test/') --fail-under=9.0 --output-format=json > pylint-report.json
|
||||||
|
|
||||||
- name: Generate Pylint Score
|
- name: Generate Pylint Score
|
||||||
id: pylint_score
|
id: pylint_score
|
||||||
|
|||||||
Reference in New Issue
Block a user