👷 Add flake.lock validation pipeline (tgirlcloud/locker)

This commit is contained in:
Jo 2025-07-28 21:29:43 +02:00
parent 795cdb46ba
commit 3e43b52795
2 changed files with 280 additions and 223 deletions

22
.github/workflows/validate-lock.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: "Nix: validate flake.lock"
on:
workflow_dispatch:
push:
paths:
- "**.lock"
jobs:
check-flake:
name: Check Lockfile
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Lix
uses: ./.github/actions/install-lix
- name: Check flake.lock
run: nix run github:tgirlcloud/locker