Skip to content

Bump pyproject tree-sitter to 0.23.0 #106

Bump pyproject tree-sitter to 0.23.0

Bump pyproject tree-sitter to 0.23.0 #106

Workflow file for this run

name: Build/test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: npm install
- run: npm test