Add Reusable Workflows (11)

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-01-19 14:59:38 -05:00
parent 5d5ed96492
commit 0b3b11594e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ jobs:
# 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 test
- run: /opt/hostedtoolcache/tree-sitter/cli/bin/tree-sitter test
working-directory: ./tree-sitter-p4
+1
View File
@@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
needs: install-treesitter
steps:
- uses: actions/checkout@v2
- run: /opt/hostedtoolcache/tree-sitter/cli/bin/tree-sitter generate
working-directory: ./tree-sitter-p4