nix-da/.forgejo/workflows/ci.yaml
nydragon 9bdda6bfba
Some checks failed
/ test (push) Failing after 13m55s
chore: add nix runner
2025-03-01 18:16:26 +01:00

9 lines
278 B
YAML

on: [push]
jobs:
test:
runs-on: nix-latest
steps:
- run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
- uses: actions/checkout@v4
- run: nix --experimental-features 'nix-command flakes' flake check --verbose