Skip to content

Commit 9d97e20

Browse files
committed
ci(codeql): switch to advanced configuration
1 parent 9925d18 commit 9d97e20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jslint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
set -euo pipefail
2424
IFS=$'\n\t'
2525
sudo npm install -g [email protected]
26-
sudo npm outdated --global
26+
if sudo npm outdated --global | tee -a /dev/stderr | grep -q -e .; then
27+
exit 1
28+
fi
2729
- name: Run JSLint
2830
shell: bash
2931
run: |

0 commit comments

Comments
 (0)