Skip to content

Commit c50c217

Browse files
Update .github/workflows/linters.yml
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 203b072 commit c50c217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
run: npx envinfo
105105
- name: Lint JavaScript files
106106
run: |
107-
NODE=$(command -v node) make lint-js && true
107+
set +e
108+
NODE=$(command -v node) make lint-js
108109
EXIT_CODE="$?"
109110
if [ "$EXIT_CODE" != "0" ]
110111
then

0 commit comments

Comments
 (0)