Commit fe3beae
fix: use SCRIPTDIR so shellcheck can find COMMON on CI
SHELLCHECK_OPTS used $GITHUB_WORKSPACE which GitHub Actions does not
expand in env: blocks. SCRIPTDIR is shellcheck's built-in token that
resolves to the directory of the script being checked, so shellcheck
can find COMMON alongside each test script without a hardcoded path.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5e828f6 commit fe3beae
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
0 commit comments