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
+3
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