Skip to content

Commit fd25b71

Browse files
Merge pull request #26 from JakeRoggenbuck/update-automation
Update python.yml
2 parents cf3ff22 + 264117e commit fd25b71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
2323
- name: Analysing the code with pylint
2424
run: |
25-
cd python
26-
pylint $(git ls-files '*.py')
25+
pylint $(git ls-files '*.py') --fail-under 5 --fail-on E
2726
2827
- name: Pytest
2928
run: |
30-
cd python
3129
pytest

0 commit comments

Comments
 (0)