Add workflow to check flake
Some checks failed
Update `flake.lock` / update_lockfile (push) Has been cancelled

This commit is contained in:
Pedro Rey Anca 2025-08-26 16:33:41 +02:00
parent eb2890525e
commit bcd439da23
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -0,0 +1,17 @@
name: "Flake check"
on:
pull_request:
push:
branches: ['main']
jobs:
lockfile:
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Run nix flake check
run: nix flake check