Skip to content

Commit

Permalink
Update python.yml
Browse files Browse the repository at this point in the history
Run tests after running pylint
  • Loading branch information
freiheit authored Mar 25, 2024
1 parent 7d7386f commit faa99d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
- name: Run tests
run: |
python test.py

0 comments on commit faa99d5

Please sign in to comment.