patagia-control/.woodpecker/ci.yaml
Daniel Lundin a17a3e10a3
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Add OpenAPI generation xtask
2024-12-14 17:00:59 +01:00

12 lines
235 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
# - nix develop -c just check