advent-of-code/.drone.yml
Mikaël Capelle 0c46d3ed18
All checks were successful
continuous-integration/drone/push Build is passing
Add .drone.yml for CI. (#2)
2024-12-03 13:38:03 +00:00

13 lines
190 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: tests
image: python:3.10-slim
commands:
- pip install poetry
- poetry install
- poetry run poe lint