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