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

Merge pull request #105 from compoundingtech/schickling-assistant/202… #6

Merge pull request #105 from compoundingtech/schickling-assistant/202…

Merge pull request #105 from compoundingtech/schickling-assistant/202… #6

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