advent-of-code/.drone.yml

13 lines
190 B
YAML
Raw Permalink Normal View History

2024-12-03 13:12:42 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: tests
image: python:3.10-slim
commands:
- pip install poetry
- poetry install
- poetry run poe lint