From b12c97653c2ee004292b0fdfd770a2c59451854b Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sat, 13 Jan 2024 21:01:55 +0200 Subject: Linting rest of the files and adding pylint to GHA. --- .github/workflows/auto.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') 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 . -- cgit v1.2.3