Skip to content

Commit 8c82d78

Browse files
lucas-koehlersdirix
authored andcommitted
Execute ESLint on CI for Ubuntu builds
Part of #1551
1 parent 437feda commit 8c82d78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
npm run init
2727
npm run build
2828
npm run bundle
29+
- name: Lint
30+
if: matrix.os == 'ubuntu-latest'
31+
run: npm run lint
2932
- name: Test
3033
if: matrix.os == 'windows-latest'
3134
run: |

0 commit comments

Comments
 (0)