infrastructure/.woodpecker.yml
2023-04-22 21:21:52 +02:00

15 lines
318 B
YAML

clone:
git:
image: woodpeckerci/plugin-git:next
settings:
depth: 50
lfs: false
pipeline:
check:
image: nixos/nix:2.15.0
environment:
- NIX_CONFIG=experimental-features = nix-command flakes
commands:
- nix run 'nixpkgs#statix' check
- nix run 'nixpkgs#yamllint' .