mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-17 21:18: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" {
|
||||
needs = "Dependencies"
|
||||
uses = "actions/npm@v2.0.0"
|
||||
run = "run build"
|
||||
args = "run build"
|
||||
}
|
||||
|
||||
action "Format" {
|
||||
|
||||
Reference in New Issue
Block a user