Skip to content

Commit

Permalink
Change shellcheck severity to warning and ignore tests
Browse files Browse the repository at this point in the history
Signed-off-by: Judy Ng <[email protected]>
  • Loading branch information
judysng committed Jan 5, 2024
1 parent cc3ea17 commit 9d373da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,6 @@ jobs:
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: error
severity: warning
ignore_paths: tests
ignore_names: user_data.sh

0 comments on commit 9d373da

Please sign in to comment.