Compare commits

...

2 commits

Author SHA1 Message Date
1e99
16a93be4b3 Merge branch 'main' of ssh://git.1e99.eu:2000/1e99/knockbat
Some checks failed
/ build (push) Failing after 4s
2024-10-12 11:40:17 +02:00
1e99
ce3ab3b240 runner test 2024-10-12 11:39:40 +02:00

View file

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