Add .forgejo/workflows/testing.yaml
This commit is contained in:
parent
510772eb9b
commit
f2cf71ef98
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/testing.yaml
Normal file
6
.forgejo/workflows/testing.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [workflow_dispatch]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
Loading…
Reference in a new issue