Skip to content

Commit 3fb27eb

Browse files
authored
feat: add --quiet to yarn run lint (#139)
1 parent e3cf235 commit 3fb27eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ runs:
173173
174174
parallel_jobs=()
175175
if [ "$RUN_NODE_LINT" = "true" ]; then
176-
parallel_jobs+=("yarn run lint")
176+
parallel_jobs+=("yarn run lint --quiet")
177177
fi
178178
if [ "$RUN_NODE_TEST" = "true" ]; then
179179
parallel_jobs+=("yarn run test")

0 commit comments

Comments
 (0)