We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7e8c0 commit d046385Copy full SHA for d046385
1 file changed
.github/workflows/pr-health-check.yml
@@ -30,7 +30,7 @@ jobs:
30
cache: 'npm'
31
32
- name: Install dependencies
33
- run: npm install
+ run: npm ci --verbose
34
35
- name: Run commitlint on PR commits
36
if: github.event_name == 'pull_request'
0 commit comments