Add workflows
Some checks failed
Run nix flake check / flake-check (push) Successful in 2m2s
Periodic flake update / flake-update (push) Failing after 1m33s

This commit is contained in:
2024-10-03 21:43:34 +02:00
parent 50f2b94074
commit 75be3b3207
2 changed files with 39 additions and 0 deletions

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