We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580e3d4 commit f16e8d4Copy full SHA for f16e8d4
1 file changed
.github/workflows/jshint.yaml
@@ -50,5 +50,5 @@ jobs:
50
else
51
echo "Running JSHint on:"
52
echo "$FILES"
53
- ./node_modules/.bin/jshint $FILES || echo "JSHint found potential issues. You may want to review them"
+ ./node_modules/.bin/jshint $FILES || echo "JSHint found potential issues in modified files."
54
fi
0 commit comments