nur/.forgejo/workflows/ci.yaml
nydragon 448e64f8fe
Some checks failed
/ test (push) Failing after 1m51s
chore: add ci
2025-02-03 12:29:47 +01:00

10 lines
293 B
YAML

on: [push]
jobs:
test:
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
- run: sh <(curl -L https://nixos.org/nix/install) --daemon --yes
- run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- run: nix flake check --verbose