From 44e01823a35accb6b08100116b0f34ddf7213387 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 24 Aug 2022 11:11:43 +0100 Subject: [PATCH] Tweak tsc-strict config (#23148) --- .github/workflows/static_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yaml b/.github/workflows/static_analysis.yaml index a95ab5060a..b111cdcfb5 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -106,7 +106,7 @@ jobs: - uses: t3chguy/typescript-check-action@main with: repo-token: ${{ secrets.GITHUB_TOKEN }} - use-check: true + use-check: false check-fail-mode: added output-behaviour: annotate ts-extra-args: '--strict'