Skip to content

Updates the test GitHub action #112

Updates the test GitHub action

Updates the test GitHub action #112

Workflow file for this run

name: tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tree-sitter/setup-action/cli@v1
- uses: tree-sitter/parser-test-action@v2