This commit is contained in:
parent
90590ef120
commit
7e101a0abb
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/example.yaml
Normal file
9
.forgejo/workflows/example.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo "Oh hi there"
|
Loading…
Reference in a new issue