This commit is contained in:
parent
b608d1b2cc
commit
9d6a03977c
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/demo.yml
Normal file
8
.forgejo/workflows/demo.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
on: push
|
||||
jobs:
|
||||
ipv6:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: |
|
||||
echo "All set !"
|
Loading…
Reference in a new issue