Tweak tsc-strict config (#23148)
This commit is contained in:
parent
6741ee61d8
commit
44e01823a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static_analysis.yaml
vendored
2
.github/workflows/static_analysis.yaml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue