parent
0eb55b50ec
commit
93838b1fcd
1 changed files with 8 additions and 0 deletions
8
.gitea/workflows/demo.yml
Normal file
8
.gitea/workflows/demo.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
- run: echo All Good
|
Loading…
Reference in a new issue