Skip to content

Commit

Permalink
Add --noImplicitAny to strict CI check (#23793)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 18, 2022
1 parent 6bdc8da commit 9231206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
use-check: false
check-fail-mode: added
output-behaviour: annotate
ts-extra-args: '--strict'
ts-extra-args: '--strict --noImplicitAny'
files-changed: ${{ steps.files.outputs.files_updated }}
files-added: ${{ steps.files.outputs.files_created }}
files-deleted: ${{ steps.files.outputs.files_deleted }}
Expand Down

0 comments on commit 9231206

Please sign in to comment.