From b284fbcc37e06ab9d0e37d0745ea1e41519ad93a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 28 Jul 2023 10:25:39 +0100 Subject: [PATCH] Update static_analysis.yaml --- .github/workflows/static_analysis.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/static_analysis.yaml b/.github/workflows/static_analysis.yaml index fca0b15afa..12cb829e19 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -45,12 +45,12 @@ jobs: # Temporary while we directly import matrix-js-sdk/src/* which means we need # certain @types/* packages to make sense of matrix-js-sdk types. - - name: Typecheck (release mode; no yarn link) - if: github.event_name != 'pull_request' - run: | - yarn unlink matrix-js-sdk - yarn install --force - yarn run lint:types + #- name: Typecheck (release mode; no yarn link) + # if: github.event_name != 'pull_request' + # run: | + # yarn unlink matrix-js-sdk + # yarn install --force + # yarn run lint:types i18n_lint: name: "i18n Check"