From 5035a36c471f2b13c7c97ef629ac7a22e83f0977 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 17 Jan 2026 00:07:44 -0500 Subject: [PATCH] Add CI For Grammar (2) 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 7a45cd4..a68bda4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - - working-directory: ./tree-sitter-p4 + working-directory: ./tree-sitter-p4 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4