Skip to content

build(deps): bump tree-sitter from 0.20.10 to 0.22.2 #438

build(deps): bump tree-sitter from 0.20.10 to 0.22.2

build(deps): bump tree-sitter from 0.20.10 to 0.22.2 #438

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
check:
name: check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v25
- name: Set up cachix
uses: cachix/cachix-action@v14
with:
name: nix-community
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Run checks
run: nix flake check