This commit is contained in:
parent
87b1fdc373
commit
01c14b4e38
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/test.yaml
Normal file
9
.forgejo/workflows/test.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo it works!
|
||||
Loading…
Add table
Add a link
Reference in a new issue