diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index c0d4cfa4..74ec5f8b 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -57,6 +57,6 @@ jobs: - name: Run linting working-directory: ./backend - run: pylint ./*/*.py + run: find . -type f -name "*.py" | xargs pylint