Add Reusable Workflows (4)

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-01-19 14:39:55 -05:00
parent 3628c35d66
commit 031bb06523
+3 -1
View File
@@ -3,10 +3,12 @@ on: [push, pull_request]
name: Continuous Integration name: Continuous Integration
jobs: jobs:
treesitter-pre:
uses: ./.github/workflows/treesitter.yaml
grammar-tests: grammar-tests:
name: Grammar Tests name: Grammar Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
uses: ./.github/workflows/treesitter.yaml needs: treesitter-pre
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
# Because our tree-sitter code is in a subdirectory, # Because our tree-sitter code is in a subdirectory,