name: Hello World CI on: push: workflow_dispatch: jobs: hello: runs-on: docker:docker://data.forgejo.org/oci/node:20-bullseye steps: - name: Checkout repository uses: actions/checkout@v4 - name: Run hello script run: ./hello.sh