From 13d9ddf6599846c47a64104bcb16145c9122a2ee Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 19 Jan 2026 14:19:45 -0500 Subject: [PATCH] Add Reusable Workflows (2) Signed-off-by: Will Hawkins --- .github/workflows/treesitter.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/treesitter.yaml b/.github/workflows/treesitter.yaml index 7bdf3a7..feaa572 100644 --- a/.github/workflows/treesitter.yaml +++ b/.github/workflows/treesitter.yaml @@ -15,6 +15,7 @@ jobs: generate-treesitter: name: Generate Grammar needs: install-treesitter + steps: # Because our tree-sitter code is in a subdirectory, # and working-directory does not apply to uses, we # are forced to specify calls to the CI ourselves.