diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc574cb..b0e303a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: Pylint uses: cclauss/GitHub-Action-for-pylint@master with: - args: "pylint src/utils.py src/vcs/" + args: "pylint src/vcs/ src/dialogs.py src/preferences.py src/resources.py src/utils.py src/widgets.py" meson-build-test: runs-on: ubuntu-latest