Add basic action runner for running flake checks
Some checks failed
/ build (push) Failing after 12s
Some checks failed
/ build (push) Failing after 12s
This commit is contained in:
parent
e61b3b06f3
commit
f0972727bc
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/push.yaml
Normal file
9
.forgejo/workflows/push.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: cache.kaareskovgaard.net
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
nix flake check
|
Loading…
Add table
Add a link
Reference in a new issue