parent
a9e5d354d1
commit
0cc5a7126e
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: dind
|
||||
steps:
|
||||
- run: echo ALL Good
|
||||
Loading…
Add table
Reference in a new issue