Update main.workflow

This commit is contained in:
Oleksandr Bordun 2019-04-22 01:00:10 +02:00 committed by GitHub
parent 2f417a09c0
commit 05eb7c3a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ workflow "Pull Request" {
action "Docker Lint [PR]" {
uses = "docker://replicated/dockerfilelint"
args = "Dockerfile"
args = "[\"./Dockerfile\"]"
}
action "Shell Lint [PR]" {