HelloRunner/.forgejo/workflows/hello.yml
Crizomb f096319f11
All checks were successful
Hello World CI / hello (push) Successful in 1m7s
ok this is good label
2025-12-21 21:42:52 +01:00

15 lines
226 B
YAML

name: Hello World CI
on:
push:
workflow_dispatch:
jobs:
hello:
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run hello script
run: ./hello.sh