9
.gitea/workflows/test.yaml
Normal file
9
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ["buildkit"]
|
||||||
|
steps:
|
||||||
|
- run: echo "Runner picked up the job!"
|
||||||
Reference in New Issue
Block a user