infrastructure/.woodpecker.yml

9 lines
216 B
YAML
Raw Normal View History

2023-01-24 16:16:35 +01:00
pipeline:
check:
image: nixos/nix:2.13.2
2023-01-24 16:16:35 +01:00
environment:
- NIX_CONFIG=experimental-features = nix-command flakes
commands:
- nix run 'nixpkgs#statix' check
- nix run 'nixpkgs#yamllint' .