dockertest/.forgejo/workflows/demo-pipeline.yaml

7 lines
222 B
YAML
Raw Normal View History

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