HelloRunner/.forgejo/workflows/hello.yml
Crizomb 03b09de3ac
Some checks are pending
Hello World CI / hello (push) Waiting to run
first test
2025-12-21 21:30:32 +01:00

15 lines
225 B
YAML

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