chore: add flake check workflow
Some checks failed
flake-check / build (pull_request) Failing after 1s
Some checks failed
flake-check / build (pull_request) Failing after 1s
This commit is contained in:
15
.github/workflows/flake-check.yaml
vendored
Normal file
15
.github/workflows/flake-check.yaml
vendored
Normal 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
|
||||||
|
|
Reference in New Issue
Block a user