Skip to content

Commit e0c38bb

Browse files
authored
update shellcheck workflow
1 parent 03cff7b commit e0c38bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515

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

0 commit comments

Comments
 (0)