This commit is contained in:
parent
30f7ebb95b
commit
ab1471344b
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/helloworld.yml
Normal file
13
.forgejo/workflows/helloworld.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Hello World CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
print-hello-world:
|
||||
runs-on: alpine:latest
|
||||
steps:
|
||||
- name: Print Hello World
|
||||
run: echo "Hello, World!"
|
Loading…
Add table
Reference in a new issue