From 87bf4583e5b978b15b5f307a5674f400ec36a269 Mon Sep 17 00:00:00 2001 From: dsgnr Date: Fri, 8 Nov 2024 22:18:54 +0000 Subject: [PATCH] Make github action pylint tests --- .github/workflows/api-code-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-code-test.yml b/.github/workflows/api-code-test.yml index e752952..f68c98c 100644 --- a/.github/workflows/api-code-test.yml +++ b/.github/workflows/api-code-test.yml @@ -64,7 +64,7 @@ jobs: run: poetry install --no-interaction - name: Test - run: pylint api + run: pylint api tests isort: runs-on: ubuntu-latest steps: