dockertest/.forgejo/workflows/demo-pipeline.yaml
MaddoScientisto 7203d5ea51
All checks were successful
/ demo-pipeline (push) Successful in 11s
Add demo pipeline workflow for push events
2026-03-14 17:40:03 +01:00

7 lines
No EOL
222 B
YAML

on: [push]
jobs:
demo-pipeline:
runs-on: docker # this is the label we have on the runner by default
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: echo Hello World! This is a test