mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Add --noImplicitAny to strict CI check (#9601)
This commit is contained in:
parent
d699f5607b
commit
0b54699829
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static_analysis.yaml
vendored
2
.github/workflows/static_analysis.yaml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
use-check: false
|
||||
check-fail-mode: added
|
||||
output-behaviour: annotate
|
||||
ts-extra-args: '--strict'
|
||||
ts-extra-args: '--strict --noImplicitAny'
|
||||
files-changed: ${{ steps.files.outputs.files_updated }}
|
||||
files-added: ${{ steps.files.outputs.files_created }}
|
||||
files-deleted: ${{ steps.files.outputs.files_deleted }}
|
||||
|
|
Loading…
Reference in a new issue