infra/.woodpecker.yaml
Gabriel Simmer e3ea68c534
Some checks failed
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: NATURAL_LANGUAGE No errors were found in the linting process
--> Linted: YAML No errors were found in the linting process
Lint / lint (push) Successful in 25s
ci/woodpecker/push/woodpecker Pipeline was canceled
nix-cache path
2024-05-16 22:19:29 +01:00

8 lines
188 B
YAML

steps:
- name: check
image: nixpkgs/nix-flakes
commands:
- nix flake check -L --store /woodpecker/nix-cache
volumes:
- woodpecker-nix-store:/woodpecker/nix-cache