From 031bb06523bd6cc4c0be181a774d9d51d62624af Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 19 Jan 2026 14:39:55 -0500 Subject: [PATCH] Add Reusable Workflows (4) 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 454f77f..8723dd0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -3,10 +3,12 @@ on: [push, pull_request] name: Continuous Integration jobs: + treesitter-pre: + uses: ./.github/workflows/treesitter.yaml grammar-tests: name: Grammar Tests runs-on: ubuntu-latest - uses: ./.github/workflows/treesitter.yaml + needs: treesitter-pre steps: - uses: actions/checkout@v2 # Because our tree-sitter code is in a subdirectory,