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