mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
chore: test GitHub actions
This commit is contained in:
parent
c7789f1ce6
commit
b906d0aa99
9
.github/main.workflow
vendored
Normal file
9
.github/main.workflow
vendored
Normal file
@ -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 ."
|
||||
}
|
Loading…
Reference in New Issue
Block a user