Skip to content

Commit

Permalink
Make github action pylint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgnr committed Nov 8, 2024
1 parent 27c9f2d commit 87bf458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-code-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 87bf458

Please sign in to comment.