Run pylint on all lib/ python files

This commit is contained in:
fosslinux 2025-01-13 20:47:51 +11:00
parent 52c16137f5
commit 9d7835e234

View file

@ -21,7 +21,7 @@ jobs:
- name: Install pylint
run: sudo pip3 install pylint
- name: pylint
run: pylint rootfs.py lib/utils.py lib/generator.py lib/target.py --disable=duplicate-code
run: pylint rootfs.py source_manifest.py lib/*.py --disable=duplicate-code
shellcheck:
name: Lint shell files