Add .forgejo/actions/demo.yml
This commit is contained in:
parent
74a1be796f
commit
5b43473627
1 changed files with 6 additions and 0 deletions
6
.forgejo/actions/demo.yml
Normal file
6
.forgejo/actions/demo.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
Loading…
Add table
Add a link
Reference in a new issue