dotfiles/.woodpecker/test.yml

10 lines
202 B
YAML
Raw Normal View History

2022-12-03 16:29:14 +00:00
pipeline:
check:
image: nixpkgs/nix-flakes:latest
pull: true
commands:
2022-12-21 15:07:53 +00:00
- time nix flake metadata
2022-12-21 15:19:03 +00:00
- time nix --no-sandbox develop -c statix check
2022-12-21 15:07:53 +00:00
- time nix flake check