HelloRunner/.forgejo/workflows/hello.yml
Crizomb f64f22aa5e
All checks were successful
Hello World CI / hello (push) Successful in 4m40s
test tsp runner
pour la science
2026-01-18 15:06:12 +01:00

15 lines
228 B
YAML

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