FeiertageInJSON/.drone.yml

18 lines
267 B
YAML
Raw Permalink Normal View History

2024-05-03 14:24:06 +02:00
kind: pipeline
type: docker
name: test & lint python code
trigger:
event:
- push
- pull_request
steps:
- name: test & lint
image: python:3.12-alpine
commands:
- pip install poetry
- poetry install
- poetry run python3 main.py