From 626d69f455d905dc7f1a76cfe0d19d9a6d7b48c3 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 23 Feb 2021 14:11:33 +0100 Subject: [PATCH] Update validate-typescript.yml --- .github/workflows/validate-typescript.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/validate-typescript.yml b/.github/workflows/validate-typescript.yml index 0d89ab0..a94a368 100644 --- a/.github/workflows/validate-typescript.yml +++ b/.github/workflows/validate-typescript.yml @@ -33,15 +33,7 @@ jobs: run: yarn - name: Install modules (example/) run: yarn example - tsc: - runs-on: ubuntu-latest - needs: node_modules - steps: - name: Run TypeScript - run: npx tsc - eslint: - runs-on: ubuntu-latest - needs: node_modules - steps: + run: yarn typescript - name: Run ESLint run: yarn lint