Add CI For Grammar (6)

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-01-17 00:31:33 -05:00
parent 65567cd994
commit fc84c2d9d7
+1 -4
View File
@@ -17,7 +17,4 @@ jobs:
install-cli: true install-cli: true
- run: pwd - run: pwd
- run: tree-sitter generate - run: tree-sitter generate
- uses: tree-sitter/parser-test-action@v3 - run: tree-sitter test
with:
test-swift: true
- uses: tree-sitter/parse-action@v4