Add Reusable Workflows (3)
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user