Add Reusable Workflows (7)

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-01-19 14:46:06 -05:00
parent 1a486f1d9b
commit a7faa762c2
-10
View File
@@ -12,14 +12,4 @@ jobs:
- uses: tree-sitter/setup-action@v2 - uses: tree-sitter/setup-action@v2
with: with:
install-cli: true install-cli: true
generate-treesitter:
name: Generate Grammar
runs-on: ubuntu-latest
needs: install-treesitter
steps:
- uses: actions/checkout@v2
# 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.
# See https://github.com/orgs/community/discussions/25742
- run: tree-sitter generate - run: tree-sitter generate