Added automation
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Pils10 2024-09-18 22:15:04 +00:00
parent b7fc930486
commit 6b2826d7f8

11
.automation.yml Normal file
View file

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: python:3.11-slim
commands:
- echo hello
- echo world
- python example.py