From 8bda4433b1829ed8ca64b8c5638eb88a8ddb3987 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 15 Jul 2021 15:14:09 +0200 Subject: [PATCH] make sure to run eslint in ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1c7501bfd1..e6b09a4e9fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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