website/.gitea/workflows/pipeline-test.yaml
Workflow config file is invalid. Please check your config file: Line: 1 Column 1: Unknown Property stages Line: 4 Column 1: Unknown Property greeting_job Forgejo Actions YAML Schema validation error
2024-04-17 06:37:42 +02:00

10 lines
240 B
YAML

stages:
- greeting
greeting_job:
stage: greeting
image: alpine:latest # Using Alpine Linux for a lightweight container
script:
- echo "🎉 Hello World."
only:
- master # This job runs only on pushes to the master branch