dotfiles/.woodpecker/test.yml

11 lines
218 B
YAML
Raw Permalink Normal View History

2022-12-03 16:29:14 +00:00
pipeline:
check:
image: nixpkgs/nix-flakes:latest
pull: true
commands:
2022-12-25 23:23:34 +00:00
- time nix flake metadata
2023-01-01 22:18:26 +00:00
- time nix --no-sandbox develop -c statix check
- time nix flake check
secrets: [ ]