From b321e089effc08676fe5763e8fa835c08c941892 Mon Sep 17 00:00:00 2001 From: Jaakko Johansson Date: Sun, 8 Oct 2023 21:49:31 +0300 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8c7f44..4c47fc6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,4 +28,4 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt && pip install pylint - name: Run pylint - run: pylint vaalilakanabot2021.py \ No newline at end of file + run: pylint vaalilakanabot2023.py