diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 000000000..42de57c5c --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,9 @@ +workflow "New workflow" { + on = "push" + resolves = ["Docker build health check"] +} + +action "Docker build health check" { + uses = "actions/docker/cli@8cdf801b322af5f369e00d85e9cf3a7122f49108" + args = "build ." +}