From 60b3408eec5272d2352098c381200f916464fb16 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 16 Sep 2022 08:06:25 +0100 Subject: [PATCH] Turn off tsc --strict annotations (#416) --- .github/workflows/static_analysis.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/static_analysis.yaml b/.github/workflows/static_analysis.yaml index 4d17cff..fb85282 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -70,7 +70,6 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} use-check: false check-fail-mode: added - output-behaviour: annotate ts-extra-args: '--strict' files-changed: ${{ steps.files.outputs.files_updated }} files-added: ${{ steps.files.outputs.files_created }}