Daniel Lundin
da5bdb3d47
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Fixed up woodpecker to not use a persistent volume, so now we can have a more regular and portable config
11 lines
199 B
YAML
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
|