From d36777f772389a35e3decab06f1cdf51e6c697ea Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 17 Jan 2026 01:16:52 -0500 Subject: [PATCH] Add CI For Grammar (13) Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 55d2e1b..520afdd 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ jobs: - uses: tree-sitter/setup-action@v2 with: install-cli: true - - uses: tree-sitter/parser-test-action@v3 - working-directory: ./tree-sitter-p4 shell: sh run: pwd && ls + - uses: tree-sitter/parser-test-action@v3