Skip to content

Commit 9fdbf67

Browse files
committed
ci(deployments): 👷 refine analyze-code workflow task configuration
1 parent a356c6a commit 9fdbf67

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

‎.github/workflows/analyze-code.yml‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ jobs:
3737
env:
3838
NX_PARALLEL: 3
3939
NX_VERBOSE_LOGGING: ${{ inputs.verbose || false }}
40-
run: pnpm exec nx affected --target=analyze-code
40+
run: >
41+
pnpm exec nx affected
42+
--target=analyze-code
43+
--configuration=check
44+
--parallel=${NX_PARALLEL}
45+
--outputStyle=static
4146
4247
- name: 📊 Upload Type Coverage
4348
if: always()

0 commit comments

Comments
 (0)