Skip to content

Commit 8fe44fd

Browse files
fixup! tools: add message on auto-fixing js lint issues in gh workflow
hide make lint-js-fix output
1 parent 0b75f1d commit 8fe44fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
echo
113113
echo 'ERROR: The JavaScript lint validation failed (the errors are logged above).'
114114
echo ' Please fix the lint errors.'
115-
if make lint-js-fix; then
115+
if make lint-js-fix > /dev/null 2>&1; then
116116
echo ' Run:'
117117
echo ' make lint-js-fix'
118118
echo ' to fix the lint issues.'

0 commit comments

Comments
 (0)