Files
resumes/.github/workflows/flake-health-checks.yml
ahuston-0 0dae905fbc
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 9s
Check Nix flake / Perform Nix flake checks (push) Successful in 1m1s
Build and Release Resume PDF / build (push) Has been cancelled
fix resume workflow
2026-03-27 15:32:14 -04:00

20 lines
581 B
YAML

name: "Check Nix flake"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
health-check:
name: "Perform Nix flake checks"
runs-on: ubuntu-latest
steps:
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- uses: actions/checkout@v4
- run: nix flake check --accept-flake-config