From 4e07982e82ce16638c5dd16879df92543e2daaf9 Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Wed, 1 Jan 2025 14:48:45 -0800 Subject: [PATCH] Update lint.yml shellcheck new script in linter workflow --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ba3fcf64..c79886f6 100644 --- 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