mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-04 20:05:05 +08:00
Fixing Dockerfilelint action
This commit is contained in:
parent
7ba8158c63
commit
433d223b19
4
.github/main.workflow
vendored
4
.github/main.workflow
vendored
@ -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" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user