Skip to content

plan: Add agent-friendly reliability baseline implementation plan #59

plan: Add agent-friendly reliability baseline implementation plan

plan: Add agent-friendly reliability baseline implementation plan #59

Workflow file for this run

name: Nix flake check
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
flake-check:
name: Run nix flake check
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Install Nix
uses: cachix/install-nix-action@v31
- name: Run flake check
run: nix flake check