patos/.woodpecker/ci.yaml
Daniel Lundin da5bdb3d47
Some checks failed
ci/woodpecker/push/ci Pipeline failed
build: Simplify CI pipeline
Fixed up woodpecker to not use a persistent volume, so now we can have a
more regular and portable config
2024-11-11 20:53:26 +01:00

11 lines
199 B
YAML

when:
- event: pull_request
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
check:
image: docker.io/nixpkgs/nix-flakes:nixos-24.05
commands:
- nix flake check