mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 16:01:06 +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" {
|
||||
needs = "Dependencies"
|
||||
uses = "actions/npm@v2.0.0"
|
||||
run = "run build"
|
||||
args = "run build"
|
||||
}
|
||||
|
||||
action "Format" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user