1
0
Fork 0

Fix Compile/Dependencies needs in main.workflow

pull/1/head
Jonathan Clem 2019-04-20 11:01:43 -04:00
parent 39e21d45c8
commit 7343633101
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F
1 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,9 @@ action "Dependencies" {
}
action "Compile" {
needs = "Dependencies"
uses = "actions/npm@v2.0.0"
run = "run build"
args = "run build"
}
action "Format" {