Nixos-Configuration/.forgejo/workflows/push.yaml
Jermeiah S 741aa5da9c
All checks were successful
/ test (push) Successful in 40s
update wf
2025-06-19 22:40:40 -04:00

10 lines
290 B
YAML

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