Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

fix(ding): stop the watch poll loop leaking an abort listener per tick #4

fix(ding): stop the watch poll loop leaking an abort listener per tick

fix(ding): stop the watch poll loop leaking an abort listener per tick #4

Workflow file for this run

name: Nix
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
# `nix flake check` rather than `nix build`: it builds the package *and*
# evaluates every `checks.*`, so the help smoke test and the completions
# contract actually gate the PR.
- run: nix flake check --print-build-logs