diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2caed6d..16e0d5a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -22,6 +22,9 @@ jobs: run: | pip install pytest pip install -r requirements.txt + + - name: Run pylint + run: pylint . - name: Run tests run: pytest -q