Skip to content

feat: Add support for using watchman(1) instead of walking filesystem #672

feat: Add support for using watchman(1) instead of walking filesystem

feat: Add support for using watchman(1) instead of walking filesystem #672

Workflow file for this run

name: Nix
on:
push:
branches:
- main
- staging
- trying
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- uses: cachix/cachix-action@v13
with:
name: numtide
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix develop --command ./ci.sh