Files
sharonnelaboss/.gitea/workflows/test.yml
T
Workflow config file is invalid. Please check your config file: invalid jobs: input node is not a mapping node
2026-08-10 14:19:28 +00:00

10 lines
105 B
YAML

stages:
- mon_app
test_app:
stage: mon_app
image: python:latest
script:
- echo "hello world"