make sure to run eslint in ci

This commit is contained in:
Johannes Rieken 2021-07-15 15:14:09 +02:00
parent 91ef2dd04a
commit 8bda4433b1
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -247,6 +247,9 @@ jobs:
- name: Compile /build/
run: yarn --cwd build compile
- name: Run eslint
run: yarn eslint
- name: Run Monaco Editor Checks
run: yarn monaco-compile-check