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