From 15be016e6774728dbefba1d170dd99e7fbf8b43f Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 17 Jan 2026 01:09:06 -0500 Subject: [PATCH] Add CI For Grammar (11) Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2dbf707..4e9b376 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,16 +10,10 @@ 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 - - shell: bash - run: pwd - - run: ls -latr - uses: tree-sitter/parser-test-action@v3 - working-directory: ./tree-sitter-p4 - - run: pwd - - run: tree-sitter generate - - run: tree-sitter test