Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8e962f6

Browse files
authored
Update static_analysis.yaml (#10725)
1 parent 4dd2145 commit 8e962f6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/static_analysis.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ jobs:
4949
permissions:
5050
pull-requests: read
5151
checks: write
52-
strategy:
53-
fail-fast: false
54-
matrix:
55-
args:
56-
- "--strict --noImplicitAny"
57-
- "--noImplicitAny"
5852
steps:
5953
- uses: actions/checkout@v3
6054
with:
@@ -82,7 +76,7 @@ jobs:
8276
use-check: false
8377
check-fail-mode: added
8478
output-behaviour: annotate
85-
ts-extra-args: ${{ matrix.args }}
79+
ts-extra-args: "--strict --noImplicitAny"
8680
files-changed: ${{ steps.files.outputs.files_updated }}
8781
files-added: ${{ steps.files.outputs.files_created }}
8882
files-deleted: ${{ steps.files.outputs.files_deleted }}

0 commit comments

Comments
 (0)