Add flake check workflow
All checks were successful
Run nix flake check / flake-check (push) Successful in 8s

This commit is contained in:
Torjus Håkestad 2024-10-12 00:40:32 +02:00
parent e1ec9ff94b
commit 614094f3fb
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

14
.github/workflows/flake-check.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Run nix flake check
on:
push:
pull_request:
jobs:
flake-check:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- run: nix flake check