chore(tooling): test forgejo actions
This commit is contained in:
parent
89118c45d1
commit
98316a3bbc
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/main.yaml
Normal file
10
.forgejo/workflows/main.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
onp:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: 'self-hosted'
|
||||||
|
steps:
|
||||||
|
- run: 'echo All Good'
|
Loading…
Add table
Reference in a new issue