Update static_analysis.yaml

pull/28217/head
Michael Telatynski 2023-07-28 10:25:39 +01:00 committed by GitHub
parent c037b847da
commit b284fbcc37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -45,12 +45,12 @@ jobs:
# Temporary while we directly import matrix-js-sdk/src/* which means we need # Temporary while we directly import matrix-js-sdk/src/* which means we need
# certain @types/* packages to make sense of matrix-js-sdk types. # certain @types/* packages to make sense of matrix-js-sdk types.
- name: Typecheck (release mode; no yarn link) #- name: Typecheck (release mode; no yarn link)
if: github.event_name != 'pull_request' # if: github.event_name != 'pull_request'
run: | # run: |
yarn unlink matrix-js-sdk # yarn unlink matrix-js-sdk
yarn install --force # yarn install --force
yarn run lint:types # yarn run lint:types
i18n_lint: i18n_lint:
name: "i18n Check" name: "i18n Check"