Added initial forgejo actions config
This commit is contained in:
parent
8611e7eba1
commit
732fe2e611
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/demo.yml
Normal file
6
.forgejo/workflows/demo.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: alpine-latest
|
||||
steps:
|
||||
- run: echo All Good
|
Loading…
Add table
Reference in a new issue