Skip to content

Commit

Permalink
sw: workflow: Update shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Saalim Quadri <[email protected]>
  • Loading branch information
danascape committed Jul 31, 2023
1 parent 225e229 commit 693376d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
on: [push, pull_request]
name: ShellCheck scripts
on:
[push, pull_request]

jobs:
shellCheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Run shellcheck.
run: while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < files

0 comments on commit 693376d

Please sign in to comment.