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