Skip to content

Commit 79ebdea

Browse files
Copilothuangyiirene
andcommitted
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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/validate-yaml.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#!/usr/bin/env node
109
/**
1110
* Validate YAML syntax for ObjectQL metadata files
1211
*

0 commit comments

Comments
 (0)