mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-02-24 12:55:45 +00:00
fix(ci): remove unsupported --language flag from tree-sitter parse
The --language flag is not supported in tree-sitter-cli 0.25.10. Tree-sitter correctly auto-detects the grammar based on file extension.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -140,7 +140,7 @@ jobs:
|
|||||||
End
|
End
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
npx tree-sitter parse --language=shellspec test_sample.shellspec --quiet || {
|
npx tree-sitter parse test_sample.shellspec --quiet || {
|
||||||
echo "❌ Parser failed on sample ShellSpec code"
|
echo "❌ Parser failed on sample ShellSpec code"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user