mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Update static_analysis.yaml
This commit is contained in:
parent
180fcaa70f
commit
aa6f27dde2
1 changed files with 7 additions and 7 deletions
14
.github/workflows/static_analysis.yaml
vendored
14
.github/workflows/static_analysis.yaml
vendored
|
@ -45,13 +45,13 @@ 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' && github.ref_name != 'master'
|
# if: github.event_name != 'pull_request' && github.ref_name != 'master'
|
||||||
run: |
|
# run: |
|
||||||
yarn unlink matrix-js-sdk
|
# yarn unlink matrix-js-sdk
|
||||||
yarn add github:matrix-org/matrix-js-sdk#develop
|
# yarn add github:matrix-org/matrix-js-sdk#develop
|
||||||
yarn install --force
|
# yarn install --force
|
||||||
yarn run lint:types
|
# yarn run lint:types
|
||||||
|
|
||||||
i18n_lint:
|
i18n_lint:
|
||||||
name: "i18n Check"
|
name: "i18n Check"
|
||||||
|
|
Loading…
Reference in a new issue