Compare commits

...

9 Commits

Author SHA1 Message Date
0d13459301 install-nix-action
All checks were successful
flake-check / build (pull_request) Successful in 53s
2025-08-27 23:02:56 +02:00
64f1c3996e test2
Some checks failed
flake-check / build (pull_request) Failing after 55s
2025-08-27 22:58:14 +02:00
815f574809 v4
Some checks failed
flake-check / build (pull_request) Failing after 8s
2025-08-27 22:23:04 +02:00
33d6931532 new checkout action
Some checks failed
flake-check / build (pull_request) Failing after 1s
2025-08-27 22:20:22 +02:00
63cefb11b6 test
Some checks failed
flake-check / build (pull_request) Failing after 1s
2025-08-27 22:18:46 +02:00
1e7b6841df chore: use ubuntu-latest in workflow
Some checks failed
flake-check / build (pull_request) Failing after 4s
2025-08-27 22:15:59 +02:00
07d12cc1f2 chore: add entrypoint to container
Some checks failed
flake-check / build (pull_request) Failing after 1s
2025-08-27 22:11:10 +02:00
c77ab3af16 chore: change workflow runs-on to nix-latest
Some checks failed
flake-check / build (pull_request) Failing after 21s
2025-08-27 22:00:15 +02:00
6f521421c6 chore: add flake check workflow
Some checks failed
flake-check / build (pull_request) Failing after 1s
2025-08-27 21:57:52 +02:00

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

@@ -0,0 +1,16 @@
name: flake-check
on:
push:
branches: master
pull_request:
branches:
- master
jobs:
build:
runs-on: [ ubuntu-latest, homelab ]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix flake check