Compare commits

..

No commits in common. "16a93be4b32b3382ea603ccc5940dac280cb632e" and "233d266886c461e63cd6780647a3bd58c57a679a" have entirely different histories.

View file

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