template-nix/.woodpecker/ci.yaml

12 lines
199 B
YAML
Raw Normal View History

2024-09-23 17:12:50 +02:00
when:
- event: pull_request
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
check:
2024-10-23 00:44:05 +02:00
image: docker.io/nixpkgs/nix-flakes:nixos-24.05
2024-09-23 17:12:50 +02:00
commands:
- nix flake check