homelab/.forgejo/workflows/check.yaml
Lzebulon e6d6bacf9a
Some checks failed
/ check (push) Failing after 1m41s
add first CI
2025-08-06 20:48:46 +02:00

9 lines
153 B
YAML

on: [push]
jobs:
check:
runs-on: nixos-latest
steps:
- uses: actions/checkout@v4
- name: Nixos check
run: nix flake check