HelloRunner/.forgejo/workflows/hello.yml
Crizomb 80893680bb
Some checks are pending
Hello World CI / hello (push) Waiting to run
maybe now, good label?
2025-12-21 21:41:42 +01:00

15 lines
273 B
YAML

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