runner test
This commit is contained in:
parent
0cc4a68013
commit
ce3ab3b240
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/build.yml
Normal file
11
.forgejo/workflows/build.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
on:
|
||||
- "push"
|
||||
- "workflow_dispatch"
|
||||
|
||||
jobs:
|
||||
"build":
|
||||
runs-on: "docker"
|
||||
container:
|
||||
image: "alpine:latest"
|
||||
steps:
|
||||
- run: "Hello, world!"
|
Loading…
Reference in a new issue