mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-28 18:01:46 +02:00
Update static_analysis.yaml
This commit is contained in:
parent
c037b847da
commit
b284fbcc37
12
.github/workflows/static_analysis.yaml
vendored
12
.github/workflows/static_analysis.yaml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user