mirror of https://github.com/vector-im/riot-web
Re-add typecheck without yarn link (#11338)
* Re-add typecheck without yarn link * Update static_analysis.yamlpull/28788/head^2
parent
d49581344e
commit
40442508de
|
@ -45,12 +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'
|
if: github.event_name != 'pull_request' && github.ref_name != 'master'
|
||||||
# run: |
|
run: |
|
||||||
# yarn unlink matrix-js-sdk
|
yarn unlink matrix-js-sdk
|
||||||
# yarn install --force
|
yarn add github:matrix-org/matrix-js-sdk#develop
|
||||||
# yarn run lint:types
|
yarn install --force
|
||||||
|
yarn run lint:types
|
||||||
|
|
||||||
i18n_lint:
|
i18n_lint:
|
||||||
name: "i18n Check"
|
name: "i18n Check"
|
||||||
|
|
Loading…
Reference in New Issue