From 38076af772a3bf5eb67a8f16099b46fc6c4ba1a9 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 17 Jan 2026 00:29:23 -0500 Subject: [PATCH] Add CI For Grammar (4) Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8200911..357e140 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,6 +12,11 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 - - uses: tree-sitter/setup-action/cli@v2 - - uses: tree-sitter/parser-test-action@v2 + - uses: tree-sitter/setup-action@v2 + with: + install-cli: true + - run: tree-sitter generate + - uses: tree-sitter/parser-test-action@v3 + with: + test-swift: true - uses: tree-sitter/parse-action@v4