From 3489e2d8c75e5676b82c6461e3ea8b5bc563b059 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 17 Jan 2026 01:16:12 -0500 Subject: [PATCH] Add CI For Grammar (12) Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4e9b376..55d2e1b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,10 +10,12 @@ jobs: run: working-directory: ./tree-sitter-p4 steps: - - working-directory: ./tree-sitter-p4 - uses: actions/checkout@v2 - uses: actions/setup-node@v4 - 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