diff --git a/.forgejo/workflows/demo-pipeline.yaml b/.forgejo/workflows/demo-pipeline.yaml new file mode 100644 index 0000000..8caa926 --- /dev/null +++ b/.forgejo/workflows/demo-pipeline.yaml @@ -0,0 +1,7 @@ +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 \ No newline at end of file