mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-17 20:32:18 +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]" {
|
action "Docker Lint [PR]" {
|
||||||
uses = "docker://replicated/dockerfilelint"
|
uses = "docker://replicated/dockerfilelint"
|
||||||
args = "[\"./Dockerfile\"]"
|
args = "Dockerfile"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Shell Lint [PR]" {
|
action "Shell Lint [PR]" {
|
||||||
@ -36,7 +36,7 @@ action "Master Branch" {
|
|||||||
action "Docker Lint" {
|
action "Docker Lint" {
|
||||||
uses = "docker://replicated/dockerfilelint"
|
uses = "docker://replicated/dockerfilelint"
|
||||||
needs = ["Master Branch"]
|
needs = ["Master Branch"]
|
||||||
args = "[\"./Dockerfile\"]"
|
args = "Dockerfile"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Shell Lint" {
|
action "Shell Lint" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user