From 96b9ca666efbbdd4348f93765f75927a3b955c97 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 23 Feb 2021 14:22:05 +0100 Subject: [PATCH] Update validate-typescript.yml --- .github/workflows/validate-typescript.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-typescript.yml b/.github/workflows/validate-typescript.yml index 0e7600b..28e294a 100644 --- a/.github/workflows/validate-typescript.yml +++ b/.github/workflows/validate-typescript.yml @@ -33,7 +33,7 @@ jobs: run: yarn - name: Install modules (example/) run: yarn example - - name: Run TypeScript - run: yarn typescript + # - name: Run TypeScript + # run: yarn typescript - name: Run ESLint run: yarn lint-ci