testing runner
This commit is contained in:
parent
d299ecce59
commit
e6f32768b6
1 changed files with 7 additions and 0 deletions
7
.forgejo/demos/demo.yml
Normal file
7
.forgejo/demos/demo.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
|
Loading…
Reference in a new issue