Forgejo Actions test
This commit is contained in:
parent
df57420fef
commit
05ba715c0d
12
.forgejo/workflows/update.yaml
Normal file
12
.forgejo/workflows/update.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
format:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- run: nix fmt
|
||||
build:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- run: nix flake update
|
||||
- run: nh os build
|
||||
- run: nh os build --hostname Khanda
|
Loading…
Reference in a new issue