This repository has been archived on 2024-01-14. You can view files and clone it, but cannot push or open issues or pull requests.
workflow-demo/.forgejo/workflows/demo.yml
2024-01-14 02:46:40 +01:00

1 line
116 B
YAML

{ on: [push], jobs: { test: { runs-on: docker, steps: [ {uses: actions/checkout@v4}, { run: echo All Good } ] } } }