logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 4e07982e82ce16638c5dd16879df92543e2daaf9
parent 9dfd936970e0900b781f80e0e5dd9b69ee09049f
Author: Matthew Draper <reshi@reshlet.com>
Date:   Wed,  1 Jan 2025 14:48:45 -0800

Update lint.yml

shellcheck new script in linter workflow

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 @@ -30,7 +30,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v3 - name: shellcheck - run: shellcheck steps/helpers.sh download-distfiles.sh + run: shellcheck steps/helpers.sh download-distfiles.sh .github/workflows/ubuntu_bwrap_fix.sh reuse: name: Lint reuse information