Nixos-Configuration/.forgejo/workflows/push.yaml
Jermeiah S f7685b78b7
All checks were successful
/ test (push) Successful in 1m20s
update wf
2025-06-19 22:38:53 -04:00

10 lines
265 B
YAML

on: [push]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
# - uses: DeterminateSystems/nix-installer-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check .
# - run: echo hi