chore: add flake check workflow
Some checks failed
flake-check / build (pull_request) Failing after 1s

This commit is contained in:
2025-08-27 21:57:52 +02:00
parent b21ad67cfc
commit 6f521421c6

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

@@ -0,0 +1,15 @@
name: flake-check
on:
push:
branches: master
pull_request:
branches:
- master
jobs:
build:
runs-on: [ homelab, nix-latest ]
steps:
- uses: actions/checkout@v3
- run: nix flake check