mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00:00
👷 Add flake.lock validation pipeline (tgirlcloud/locker)
This commit is contained in:
parent
795cdb46ba
commit
3e43b52795
2 changed files with 280 additions and 223 deletions
22
.github/workflows/validate-lock.yml
vendored
Normal file
22
.github/workflows/validate-lock.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue