Python-Example/.automation.yml
Pils10 e61d26bf89
Some checks reported errors
continuous-integration/drone/push Build encountered an error
.automation.yml aktualisiert
2024-09-18 22:26:21 +00:00

8 lines
No EOL
105 B
YAML

type: docker
steps:
- name: greeting
image: python:3.11-slim
commands:
- echo hello
- echo world