Add more files for the linter

This commit is contained in:
Romain Failliot 2021-11-21 02:26:42 -05:00
parent 6a37bba3dc
commit 7331912ded
1 changed files with 1 additions and 1 deletions

View File

@ -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