Add Reusable Workflows (2)

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-01-19 14:19:45 -05:00
parent fc4cbb0814
commit 13d9ddf659
+1
View File
@@ -15,6 +15,7 @@ jobs:
generate-treesitter: generate-treesitter:
name: Generate Grammar name: Generate Grammar
needs: install-treesitter needs: install-treesitter
steps:
# Because our tree-sitter code is in a subdirectory, # Because our tree-sitter code is in a subdirectory,
# and working-directory does not apply to uses, we # and working-directory does not apply to uses, we
# are forced to specify calls to the CI ourselves. # are forced to specify calls to the CI ourselves.