Commit afa2bf8 1 parent 9ef90ae commit afa2bf8 Copy full SHA for afa2bf8
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 80
80
make chlog-preview 2> changelog_preview.md
81
81
cat changelog_preview.md
82
82
- name : Run markdown-link-check
83
- run : markdown-link-check-changelog-preview
83
+ run : make markdown-link-check-changelog-preview
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ markdown-link-check:
72
72
.PHONY : markdown-link-check-changelog-preview
73
73
markdown-link-check-changelog-preview :
74
74
@if ! npm ls markdown-link-check; then npm install; fi
75
- npx --no -- markdown-link-check --verbose --config .markdown_link_check_config.json changelog_preview.md;
75
+ npx --no -- markdown-link-check --quiet --config .markdown_link_check_config.json changelog_preview.md;
76
76
77
77
# This target runs markdown-toc on all files that contain
78
78
# a comment <!-- tocstop -->.
You can’t perform that action at this time.
0 commit comments