mirror of
https://github.com/actions/setup-node.git
synced 2025-11-19 04:18:25 +08:00
Add format-check
This commit is contained in:
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@@ -5,7 +5,7 @@ workflow "CI" {
|
||||
|
||||
action "Dependencies" {
|
||||
uses = "actions/npm@v2.0.0"
|
||||
args = "ci"
|
||||
args = "install"
|
||||
}
|
||||
|
||||
action "Build" {
|
||||
|
||||
Reference in New Issue
Block a user