This commit is contained in:
parent
0eec2a9756
commit
da7b68ede8
8
.gitea/workflows/build.yml
Normal file
8
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: alpine-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Hello!"
|
Loading…
x
Reference in New Issue
Block a user