Add initial Forgejo Actions workflow for testing
This commit is contained in:
parent
9a27d2f47a
commit
f7990d484d
1 changed files with 6 additions and 0 deletions
6
.forgejo/worflows/demo.yaml
Normal file
6
.forgejo/worflows/demo.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
Loading…
Add table
Add a link
Reference in a new issue