diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/auto.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index b360e1c..daa060d 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -46,4 +46,7 @@ jobs: uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - + + # pylint + - name: Run pylint against the code + run: poetry run python3 -m pylint -v . |