Skip to content

Commit 70ce49c

Browse files
authored
update shellcheck workflow to ignore external scripts
1 parent fba9a03 commit 70ce49c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515

1616
- name: Run ShellCheck ✅
1717
uses: ludeeus/[email protected]
18+
with:
19+
args: '--disable=SC1091'

0 commit comments

Comments
 (0)