Skip to content

Commit 9d7835e

Browse files
committed
Run pylint on all lib/ python files
1 parent 52c1613 commit 9d7835e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pylint
2222
run: sudo pip3 install pylint
2323
- name: pylint
24-
run: pylint rootfs.py lib/utils.py lib/generator.py lib/target.py --disable=duplicate-code
24+
run: pylint rootfs.py source_manifest.py lib/*.py --disable=duplicate-code
2525

2626
shellcheck:
2727
name: Lint shell files

0 commit comments

Comments
 (0)