We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9330ff4 commit 94ed695Copy full SHA for 94ed695
.github/workflows/changelog.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Render .chloggen changelog entries
80
run: make chlog-preview > changelog_preview.md
81
- name: Install markdown-link-check
82
- run: npm install
+ run: npm ci
83
- name: Run markdown-link-check
84
run: |
85
npx --no -- markdown-link-check \
0 commit comments