mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-01-26 03:34:03 +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
|
||||
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"
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user