Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
shellcheck new script in linter workflow
  • Loading branch information
reshi-reshlet committed Jan 1, 2025
1 parent 9dfd936 commit 4e07982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e07982

Please sign in to comment.