We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b917259 commit 4f5b2d7Copy full SHA for 4f5b2d7
.github/main.workflow
@@ -5,7 +5,7 @@ workflow "Checks & Publish" {
5
6
action "Install" {
7
uses = "actions/npm@master"
8
- args = "ci --verbose"
+ args = "ci"
9
}
10
11
action "Lint" {
0 commit comments