We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8b7bc commit c1dd85cCopy full SHA for c1dd85c
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
env:
33
NODE_OPTIONS: --import tsx
34
TSX_TSCONFIG_PATH: tsconfig.base.json
35
- run: npx nx format:check
+ run: npx nx format:check --verbose
36
37
lint:
38
runs-on: ubuntu-latest
0 commit comments