Add Reusable Workflows (12)

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-01-19 15:03:34 -05:00
parent 1435119cb0
commit 45a8baa323
+1
View File
@@ -20,6 +20,7 @@ jobs:
needs: install-treesitter needs: install-treesitter
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: ls -latr /opt/hostedtoolcache/tree-sitter/cli/bin/
- run: /opt/hostedtoolcache/tree-sitter/cli/bin/tree-sitter generate - run: /opt/hostedtoolcache/tree-sitter/cli/bin/tree-sitter generate
working-directory: ./tree-sitter-p4 working-directory: ./tree-sitter-p4