From 8e962f6897ed849020332dfe96aa1ff48c7adfa3 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 5 May 2023 09:13:21 +0100 Subject: [PATCH] Update static_analysis.yaml (#10725) --- .github/workflows/static_analysis.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/static_analysis.yaml b/.github/workflows/static_analysis.yaml index 360fa2d8bb..3714516b93 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -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 }}