ci: init .forgejo
All checks were successful
/ test (push) Successful in 21s
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
/ test (push) Successful in 21s
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
28546da92c
commit
9cb73ed40a
2 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/test.yaml
Normal file
6
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo All Good
|
Loading…
Reference in a new issue