1
0
Fork 0
nix-configuration/.forgejo/workflows/update.yaml
Aires 05ba715c0d
Some checks failed
/ format (push) Failing after 44s
/ build (push) Failing after 13s
Forgejo Actions test
2024-05-27 13:11:16 -04:00

12 lines
210 B
YAML

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