nix-da/.forgejo/workflows/ci.yaml
Nydragon 69994cbdd5
Some checks failed
/ test (push) Failing after 1s
ci: check flake on push
2025-01-31 11:15:33 +01:00

8 lines
173 B
YAML

on: [push]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix --experimental-features 'nix-command flakes' flake check --verbose