This actions will check the formating of the Dockerfiles in the project, using shellcheck
workflow "on push" {
on = "push"
resolves = ["shellcheck"]
}
action "shellcheck" {
uses = "bltavares/actions/shellcheck@master"
}
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
This actions will check the formating of the Dockerfiles in the project, using shellcheck
workflow "on push" {
on = "push"
resolves = ["shellcheck"]
}
action "shellcheck" {
uses = "bltavares/actions/shellcheck@master"
}