This commit is contained in:
parent
dbce4f6dce
commit
aa5b781142
6
.forgejo/workflows/build.yaml
Normal file
6
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: linux
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
Loading…
Reference in a new issue