Python-Example/.automation.yml
Pils10 6b2826d7f8
Some checks reported errors
continuous-integration/drone/push Build was killed
Added automation
2024-09-18 22:15:04 +00:00

11 lines
No EOL
156 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: python:3.11-slim
commands:
- echo hello
- echo world
- python example.py