Update static_analysis.yaml (#10725)
This commit is contained in:
parent
4dd214506b
commit
8e962f6897
1 changed files with 1 additions and 7 deletions
8
.github/workflows/static_analysis.yaml
vendored
8
.github/workflows/static_analysis.yaml
vendored
|
@ -49,12 +49,6 @@ jobs:
|
|||
permissions:
|
||||
pull-requests: read
|
||||
checks: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
args:
|
||||
- "--strict --noImplicitAny"
|
||||
- "--noImplicitAny"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -82,7 +76,7 @@ jobs:
|
|||
use-check: false
|
||||
check-fail-mode: added
|
||||
output-behaviour: annotate
|
||||
ts-extra-args: ${{ matrix.args }}
|
||||
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