Skip to content

✨ ocaml syntax

✨ ocaml syntax #9

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'