nix-da/.forgejo/workflows/ci.yaml
Nydragon 14d3269d95
Some checks failed
/ test (push) Failing after 8s
ci: check flake on push
2025-01-30 20:04:28 +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