From 4277907af91cea6e342286e39124b2a037deea51 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 23 Feb 2021 14:49:17 +0100 Subject: [PATCH] Update validate-js.yml --- .github/workflows/validate-js.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/validate-js.yml b/.github/workflows/validate-js.yml index 0fd9f10..c2930cc 100644 --- a/.github/workflows/validate-js.yml +++ b/.github/workflows/validate-js.yml @@ -58,6 +58,11 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- + - name: Install modules + run: yarn + - name: Install modules (example/) + run: yarn example + - name: Run TypeScript run: yarn typescript lint: @@ -78,5 +83,10 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- + - name: Install modules + run: yarn + - name: Install modules (example/) + run: yarn example + - name: Run ESLint run: yarn lint-ci