aoc/.woodpecker.yml

15 lines
332 B
YAML

---
branches: main
pipeline:
main:
image: alpine:3
when:
event: push
branch: main
commands:
- apk add --no-cache python3 poetry just
- echo "===== 2022 ====="
- cd 2022
- poetry install --no-interaction --no-root
- just