infrastructure/.woodpecker.yml
Vivian 47541b2715
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
try new plugin-git
2023-04-22 21:21:52 +02:00

16 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' .