Add workflow to check flake
All checks were successful
Flake check / check (push) Successful in 13m53s
Update `flake.lock` / update_lockfile (push) Successful in 6m8s

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

View file

@ -0,0 +1,17 @@
name: "Flake check"
on:
pull_request:
push:
branches: ['main']
jobs:
check:
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