runner test

This commit is contained in:
1e99 2024-10-12 11:39:40 +02:00
parent 0cc4a68013
commit ce3ab3b240

View file

@ -0,0 +1,11 @@
on:
- "push"
- "workflow_dispatch"
jobs:
"build":
runs-on: "docker"
container:
image: "alpine:latest"
steps:
- run: "Hello, world!"