We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c005e commit 3ae3ee1Copy full SHA for 3ae3ee1
1 file changed
.github/workflows/pr-health-check.yml
@@ -33,7 +33,7 @@ jobs:
33
timeout-minutes: 5
34
run: |
35
npm config set registry https://registry.npmjs.org
36
- npm ci
+ npm ci --verbose
37
38
- name: Run commitlint on PR commits
39
if: github.event_name == 'pull_request'
0 commit comments