From 697e5ce5904d751d8d95ee1caa137adb393f7b87 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 17 Jan 2026 00:22:36 -0500 Subject: [PATCH] Add CI For Grammar (3) Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a68bda4..8200911 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 - - run: npm ci - - run: npm run generate - - run: npm run test + - uses: tree-sitter/setup-action/cli@v2 + - uses: tree-sitter/parser-test-action@v2 + - uses: tree-sitter/parse-action@v4