diff --git a/.github/main.workflow b/.github/main.workflow index cd88360e..46e72818 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -5,7 +5,7 @@ workflow "CI" { action "Dependencies" { uses = "actions/npm@v2.0.0" - args = "install" + args = "ci" } action "Format" {