From e74e2320434e5a35d8ded2b078461a52d5b5d51a Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 23 Feb 2021 12:13:11 +0100 Subject: [PATCH] Update validate-typescript.yml --- .github/workflows/validate-typescript.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate-typescript.yml b/.github/workflows/validate-typescript.yml index a042b4b..28d66e3 100644 --- a/.github/workflows/validate-typescript.yml +++ b/.github/workflows/validate-typescript.yml @@ -7,6 +7,8 @@ jobs: - uses: actions/checkout@v2 - name: Install modules run: yarn + - name: Install modules (example/) + run: yarn example - name: Run TypeScript run: npx tsc - name: Run ESLint