diff --git a/.gitea/workflows/analyze.yml b/.gitea/workflows/analyze.yml index 43b0e26..ed4698c 100644 --- a/.gitea/workflows/analyze.yml +++ b/.gitea/workflows/analyze.yml @@ -31,4 +31,4 @@ jobs: pip install -r requirements.txt pip install pylint - name: Analysing the code with pylint - run: pylint --exit-zero $(git ls-files 'src/*.py') \ No newline at end of file + run: pylint --exit-zero $(git ls-files 'src/*.pyw') \ No newline at end of file