We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cff7b commit e0c38bbCopy full SHA for e0c38bb
.github/workflows/ci.yml
@@ -15,5 +15,5 @@ jobs:
15
16
- name: Run ShellCheck ✅
17
uses: ludeeus/[email protected]
18
- with:
19
- args: '--disable=SC1091'
+ env:
+ SHELLCHECK_OPTS: -e SC1091
0 commit comments