From 1da4c509d457aab54f283ed95477a5e050ab55a5 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 20 Jan 2026 07:12:12 -0500 Subject: [PATCH] Update CI/CD (1) Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index eb6d544..a09076d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,7 +6,6 @@ jobs: grammar-tests: name: Grammar Tests runs-on: ubuntu-latest - needs: treesitter-pre steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 @@ -22,7 +21,6 @@ jobs: library-tests: name: Library Tests runs-on: ubuntu-latest - needs: treesitter-pre steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4