ci: hello-world workflow (T10 validation)
All checks were successful
/ hello (push) Successful in 32s
All checks were successful
/ hello (push) Successful in 32s
This commit is contained in:
parent
9176e88406
commit
646244f1e2
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/hello.yml
Normal file
6
.forgejo/workflows/hello.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo "hello from the foundation runner — CI works"
|
||||
Loading…
Add table
Add a link
Reference in a new issue