Commit 79ebdea
fix: remove misplaced shebang from validate-yaml.js
The shebang #!/usr/bin/env node was on line 9 instead of line 1,
causing a SyntaxError when the script was executed with 'node' explicitly.
Since the workflow uses 'pnpm exec node scripts/validate-yaml.js',
the shebang is not needed and has been removed.
Fixes workflow run: https://github.com/objectstack-ai/objectql/actions/runs/21106340992
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>1 parent 6ee70c4 commit 79ebdea
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments