Skip to content

chore: Bump tree-sitter version to match #2

chore: Bump tree-sitter version to match

chore: Bump tree-sitter version to match #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths:
- grammar.js
- src/**
- bindings/**
- binding.gyp
pull_request:
paths:
- grammar.js
- src/**
- bindings/**
- binding.gyp
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tree-sitter/setup-action/cli@v2
- uses: tree-sitter/parser-test-action@v3
with:
test-rust: true
test-node: true
test-python: true