mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-05 15:42:56 +08:00
Fix Compile/Dependencies needs in main.workflow
This commit is contained in:
parent
39e21d45c8
commit
7343633101
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
@ -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…
x
Reference in New Issue
Block a user