This commit is contained in:
parent
7dd5043b5d
commit
66387734d8
2 changed files with 21 additions and 5 deletions
16
.forgejo/workflows/test.yml
Normal file
16
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Hello World
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Say hello
|
||||
run: echo "🎉 Hello from Forgejo Actions!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue