Skip to content

tree-sitter: Update Tree-sitter (and all the new language bindings) #66

tree-sitter: Update Tree-sitter (and all the new language bindings)

tree-sitter: Update Tree-sitter (and all the new language bindings) #66

Workflow file for this run

name: Run all tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Tree-sitter up
uses: tree-sitter/setup-action/cli@v1
- name: Run tests
uses: tree-sitter/parser-test-action@v2
with:
test-rust: false # ${{runner.os == 'Linux'}}