Skip to content

feat(catalog): a catalog can declare its pty registry, and teardown names its target #56

feat(catalog): a catalog can declare its pty registry, and teardown names its target

feat(catalog): a catalog can declare its pty registry, and teardown names its target #56

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 fmt, clippy, the hermetic test suite, and
# the `--help` smoke test all gate the PR from one entrypoint.
- run: nix flake check --print-build-logs