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