From 5ab30588268eda56ee61dedc2836a9394d461603 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 24 Aug 2022 11:51:12 +0100 Subject: [PATCH] Tweak tsc-strict config (#410) --- .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 9055a61..4d17cff 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -68,7 +68,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'