Skip to content

Commit f16e8d4

Browse files
committed
fix: updated message jshint action
1 parent 580e3d4 commit f16e8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jshint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
else
5151
echo "Running JSHint on:"
5252
echo "$FILES"
53-
./node_modules/.bin/jshint $FILES || echo "JSHint found potential issues. You may want to review them"
53+
./node_modules/.bin/jshint $FILES || echo "JSHint found potential issues in modified files."
5454
fi

0 commit comments

Comments
 (0)