There was an error while loading. Please reload this page.
1 parent d495813 commit 4044250Copy full SHA for 4044250
.github/workflows/static_analysis.yaml
@@ -45,12 +45,13 @@ jobs:
45
46
# Temporary while we directly import matrix-js-sdk/src/* which means we need
47
# certain @types/* packages to make sense of matrix-js-sdk types.
48
- #- name: Typecheck (release mode; no yarn link)
49
- # if: github.event_name != 'pull_request'
50
- # run: |
51
- # yarn unlink matrix-js-sdk
52
- # yarn install --force
53
- # yarn run lint:types
+ - name: Typecheck (release mode; no yarn link)
+ if: github.event_name != 'pull_request' && github.ref_name != 'master'
+ run: |
+ yarn unlink matrix-js-sdk
+ yarn add github:matrix-org/matrix-js-sdk#develop
+ yarn install --force
54
+ yarn run lint:types
55
56
i18n_lint:
57
name: "i18n Check"
0 commit comments