This commit is contained in:
parent
f81a06d0bd
commit
d99381ad54
2 changed files with 12 additions and 0 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
|
||||
6
demo.yaml
Normal file
6
demo.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
Loading…
Add table
Reference in a new issue