forked from kovagoadi.hu/static.kovagoadi.hu
Added files
This commit is contained in:
15
.gitea/workflows/hello.yaml
Normal file
15
.gitea/workflows/hello.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Hello world
|
||||
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
say-hello:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Print hello
|
||||
run: echo "Hello, world! from Gitea Actions"
|
||||
|
||||
Reference in New Issue
Block a user