You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Add a required tsc strict check for --noImplicitAny (#9647)
This commit is contained in:
committed by
GitHub
parent
dea7a038d7
commit
440f76c3e8
8
.github/workflows/static_analysis.yaml
vendored
8
.github/workflows/static_analysis.yaml
vendored
@@ -44,6 +44,12 @@ jobs:
|
||||
permissions:
|
||||
pull-requests: read
|
||||
checks: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
args:
|
||||
- '--strict --noImplicitAny'
|
||||
- '--noImplicitAny'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -69,7 +75,7 @@ jobs:
|
||||
use-check: false
|
||||
check-fail-mode: added
|
||||
output-behaviour: annotate
|
||||
ts-extra-args: '--strict --noImplicitAny'
|
||||
ts-extra-args: ${{ matrix.args }}
|
||||
files-changed: ${{ steps.files.outputs.files_updated }}
|
||||
files-added: ${{ steps.files.outputs.files_created }}
|
||||
files-deleted: ${{ steps.files.outputs.files_deleted }}
|
||||
|
||||
Reference in New Issue
Block a user