mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-28 16:26:05 +00:00
Add format-check
This commit is contained in:
parent
a0d03f592f
commit
61cf07b2f3
2 changed files with 2 additions and 1 deletions
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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue