Add Reusable Workflows (3)

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-01-19 14:33:30 -05:00
parent 13d9ddf659
commit 3628c35d66
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6,9 +6,9 @@ jobs:
grammar-tests:
name: Grammar Tests
runs-on: ubuntu-latest
uses: ./.github/workflows/treesitter.yaml
steps:
- uses: actions/checkout@v2
- uses: ./.github/workflows/treesitter.yaml
# 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.
+1
View File
@@ -14,6 +14,7 @@ jobs:
install-cli: true
generate-treesitter:
name: Generate Grammar
runs-on: ubuntu-latest
needs: install-treesitter
steps:
# Because our tree-sitter code is in a subdirectory,