diff --git a/.github/workflows/pylint.yml b/.github/workflows/python.yml similarity index 88% rename from .github/workflows/pylint.yml rename to .github/workflows/python.yml index abeb164..1c6c94d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/python.yml @@ -1,4 +1,4 @@ -name: Pylint +name: Python Checks on: [push] @@ -22,3 +22,6 @@ jobs: - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') + - name: Run tests + run: | + python test.py