Skip to content

Commit d14a2f7

Browse files
committed
enable quiet mode for markdown link checker
1 parent a50915a commit d14a2f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1919
with:
20+
use-quiet-mode: 'yes'
2021
config-file: '.mlc-config.json'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* Regenerated docs/conf.py with sphinx-quickstart v3.5.4 + enabled built-in extensions [#44](https://github.com/NLeSC/python-template/issues/44)
2929
* Generate api rst files with extension instead of custom function [#95](https://github.com/NLeSC/python-template/issues/95)
3030
* Change from bump2version (unmaintained) to bump-my-version.
31+
* Set markdown link checker to quiet mode: only report broken links [#262](https://github.com/NLeSC/python-template/issues/262)
3132

3233
### Removed
3334

0 commit comments

Comments
 (0)