nix-da/.forgejo/workflows/ci.yaml
nydragon dbf2f9f6fc
Some checks failed
/ test (push) Failing after 4m40s
fix: test
2025-03-01 15:22:18 +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