This commit is contained in:
parent
72bb47abe3
commit
139d038452
4 changed files with 17 additions and 3 deletions
6
.forgejo/workflows/demo.yml
Normal file
6
.forgejo/workflows/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