Skip to content

Commit 382c91d

Browse files
committed
ci(jslint): fix version check
1 parent 11efe6c commit 382c91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
set -euo pipefail
2424
IFS=$'\n\t'
2525
sudo npm install -g [email protected]
26-
if sudo npm outdated --global | tee -a /dev/stderr | grep -q -e .; then
26+
if sudo npm outdated --global | tee -a /dev/stderr | grep -q -e '^jslint '; then
2727
exit 1
2828
fi
2929
- name: Run JSLint

0 commit comments

Comments
 (0)