Change npm format to format-check and add format command

This commit is contained in:
Jonathan Clem
2019-05-20 11:21:45 -04:00
parent 2bd641ee75
commit 618a7ec0f8
2 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ action "Compile" {
action "Format" {
needs = "Dependencies"
uses = "actions/npm@v2.0.0"
args = "run format"
args = "run format-check"
}
action "Test" {