Skip to content

🎨 do not use tree-sitter ids #4

🎨 do not use tree-sitter ids

🎨 do not use tree-sitter ids #4

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
nix-fmt-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix fmt
- run: nix flake check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix build
- run: nix develop -c sh -c 'tree-sitter generate --no-bindings && tree-sitter test'