mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-21 07:43:56 +08:00
Fixing Dockerfilelint action
This commit is contained in:
@@ -5,7 +5,7 @@ workflow "Pull Request" {
|
||||
|
||||
action "Docker Lint [PR]" {
|
||||
uses = "docker://replicated/dockerfilelint"
|
||||
args = "[\"./Dockerfile\"]"
|
||||
args = "Dockerfile"
|
||||
}
|
||||
|
||||
action "Shell Lint [PR]" {
|
||||
@@ -36,7 +36,7 @@ action "Master Branch" {
|
||||
action "Docker Lint" {
|
||||
uses = "docker://replicated/dockerfilelint"
|
||||
needs = ["Master Branch"]
|
||||
args = "[\"./Dockerfile\"]"
|
||||
args = "Dockerfile"
|
||||
}
|
||||
|
||||
action "Shell Lint" {
|
||||
|
||||
Reference in New Issue
Block a user