mirror of https://github.com/actions/toolkit
Fix Compile/Dependencies needs in main.workflow
parent
39e21d45c8
commit
7343633101
|
@ -9,8 +9,9 @@ action "Dependencies" {
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Compile" {
|
action "Compile" {
|
||||||
|
needs = "Dependencies"
|
||||||
uses = "actions/npm@v2.0.0"
|
uses = "actions/npm@v2.0.0"
|
||||||
run = "run build"
|
args = "run build"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Format" {
|
action "Format" {
|
||||||
|
|
Loading…
Reference in New Issue