forgejo: play around with forgejo actions as opposed to woodpecker
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
/ test (push) Successful in 1m11s
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
/ test (push) Successful in 1m11s
This commit is contained in:
parent
093250cc9e
commit
4a4d977b53
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: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All good!
|
||||||
Loading…
Add table
Add a link
Reference in a new issue