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.