1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Tweak tsc-strict config (#2620)

This commit is contained in:
Michael Telatynski
2022-08-25 09:49:58 +01:00
committed by GitHub
parent b789cc5933
commit c1160f40c2

View File

@@ -81,7 +81,7 @@ jobs:
- uses: t3chguy/typescript-check-action@main - uses: t3chguy/typescript-check-action@main
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
use-check: true use-check: false
check-fail-mode: added check-fail-mode: added
output-behaviour: annotate output-behaviour: annotate
ts-extra-args: '--strict' ts-extra-args: '--strict'