mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-26 23:58:04 +08:00
Fix Compile/Dependencies needs in main.workflow
This commit is contained in:
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" {
|
||||||
|
|||||||
Reference in New Issue
Block a user