logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 9d7835e2341b4a0a3287d3d0762e4cbf4febff23
parent 52c16137f589e83efce9a0b1ae958805b4b28574
Author: fosslinux <fosslinux@aussies.space>
Date:   Mon, 13 Jan 2025 20:47:51 +1100

Run pylint on all lib/ python files

Diffstat:

M.github/workflows/lint.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml @@ -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