Add test workflow
This commit is contained in:
parent
72b80f5e2d
commit
cfe9e25459
6
.forgejo/workflows/test.yaml.txt
Normal file
6
.forgejo/workflows/test.yaml.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: self-hosted
|
||||||
|
steps:
|
||||||
|
- run: echo it werkz!
|
Loading…
Reference in a new issue