Files
gp4/.github/workflows/main.yaml
T
Will Hawkins fc84c2d9d7 Add CI For Grammar (6)
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
2026-01-17 00:31:33 -05:00

21 lines
445 B
YAML

on: [push, pull_request]
name: Continuous Integration
jobs:
grammar-tests:
name: Grammar Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tree-sitter-p4
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
- uses: tree-sitter/setup-action@v2
with:
install-cli: true
- run: pwd
- run: tree-sitter generate
- run: tree-sitter test