add workflows

This commit is contained in:
2026-03-27 15:24:54 -04:00
parent b1bbec2ccb
commit 11fa8ce2dc
3 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
name: "Check flake.lock"
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: "Check health of `flake.lock`"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/flake-checker-action@main
with:
fail-mode: true