We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50915a commit d14a2f7Copy full SHA for d14a2f7
2 files changed
.github/workflows/markdown-link-check.yml
@@ -17,4 +17,5 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: gaurav-nelson/github-action-markdown-link-check@v1
19
with:
20
+ use-quiet-mode: 'yes'
21
config-file: '.mlc-config.json'
CHANGELOG.md
@@ -28,6 +28,7 @@
28
* Regenerated docs/conf.py with sphinx-quickstart v3.5.4 + enabled built-in extensions [#44](https://github.com/NLeSC/python-template/issues/44)
29
* Generate api rst files with extension instead of custom function [#95](https://github.com/NLeSC/python-template/issues/95)
30
* 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)
32
33
### Removed
34
0 commit comments