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