Skip to content

feat: bump version to 0.1.0 #126

feat: bump version to 0.1.0

feat: bump version to 0.1.0 #126

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Test parsers
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Set up repository
uses: tree-sitter/parser-setup-action@v1.2
- name: Run tests
uses: tree-sitter/parser-test-action@v2
with:
lint: false
generate: true
test-grammar: true
test-library: true
- name: Verify grammar consistency
run: git diff --exit-code -- */src/grammar.json