0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/.github/main.workflow
Juan Picado @jotadeveloper b906d0aa99
chore: test GitHub actions
2019-02-14 09:14:20 +01:00

9 lines
215 B
HCL

workflow "New workflow" {
on = "push"
resolves = ["Docker build health check"]
}
action "Docker build health check" {
uses = "actions/docker/cli@8cdf801b322af5f369e00d85e9cf3a7122f49108"
args = "build ."
}