Skip to content

Commit

Permalink
Fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany committed Feb 23, 2024
1 parent bd8858c commit 80f3454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:

- name: Run linting
working-directory: ./backend
run: pylint ./*/*.py
run: find . -type f -name "*.py" | xargs pylint


0 comments on commit 80f3454

Please sign in to comment.