From 84a0974643c598452b48eca2a3df801678c6ba3b Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 17 Jan 2026 00:41:45 -0500 Subject: [PATCH] Add CI For Grammar (7) Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 936b4f0..a95af58 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,5 +16,7 @@ jobs: with: install-cli: true - run: pwd + - uses: tree-sitter/parser-test-action@v3 + - run: pwd - run: tree-sitter generate - run: tree-sitter test