Skip to content

Commit

Permalink
chore(ci): ignore SC1091 for shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: xiayu.lyt <[email protected]>
  • Loading branch information
Lyt99 committed Aug 10, 2023
1 parent 916d09b commit b84f711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -e SC2236,SC2162,SC2268
SHELLCHECK_OPTS: -e SC2236,SC2162,SC2268,SC1091
with:
ignore: tests hack

Expand Down

0 comments on commit b84f711

Please sign in to comment.