Skip to content

Commit 7331912

Browse files
committed
Add more files for the linter
1 parent 6a37bba commit 7331912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Pylint
2424
uses: cclauss/GitHub-Action-for-pylint@master
2525
with:
26-
args: "pylint src/utils.py src/vcs/"
26+
args: "pylint src/vcs/ src/dialogs.py src/preferences.py src/resources.py src/utils.py src/widgets.py"
2727

2828
meson-build-test:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)