Skip to content

Commit 4e07982

Browse files
committed
Update lint.yml
shellcheck new script in linter workflow
1 parent 9dfd936 commit 4e07982

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

3535
reuse:
3636
name: Lint reuse information

0 commit comments

Comments
 (0)