Skip to content

feat[match ohm]: !! as a value expression, trait lists with trailing commas #1

feat[match ohm]: !! as a value expression, trait lists with trailing commas

feat[match ohm]: !! as a value expression, trait lists with trailing commas #1

Workflow file for this run

name: CI on PRs to main
on:
pull_request:
branches: ["main"]
paths:
- grammar.js
- src/**
- test/**
- bindings/**
- binding.gyp
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
test:
name: Parser tests
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
steps:
- uses: actions/checkout@v4
- uses: tree-sitter/setup-action/cli@v1
- uses: tree-sitter/parser-test-action@v2
with:
generate: true
test-parser: true
test-rust: true
test-node: true
test-python: true
test-go: true
test-swift: true