Update pylint.yml with pytest

This commit is contained in:
Marc Di Luzio 2024-08-09 23:48:32 +01:00 committed by GitHub
parent e91493d5b7
commit eb3cd54df0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Python Lint name: Test
on: [push] on: [push]
@ -21,3 +21,6 @@ jobs:
- name: Analysing the code with flake8 - name: Analysing the code with flake8
run: | run: |
flake8 --max-line-length 120 $(git ls-files '*.py') flake8 --max-line-length 120 $(git ls-files '*.py')
- name: Run tests with pytest
run: |
pytest