init
All checks were successful
Hello / say_hello (push) Successful in 10m55s

This commit is contained in:
2026-01-25 19:15:34 +00:00
parent d6049da7b5
commit a6d34a308e

View File

@@ -0,0 +1,12 @@
name: Hello
on: push
jobs:
say_hello:
runs-on: ubuntu-latest
steps:
- run: echo Start
- run: sleep 10m
- run: echo HelloWorld
- run: echo end