Skip to content

Commit

Permalink
enable quiet mode as it's otherwise hard to find broken links in all …
Browse files Browse the repository at this point in the history
…the output logs
  • Loading branch information
peetzweg committed Jan 5, 2024
1 parent 520d9b3 commit 7dfc05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
folder-path: 'docs/'

0 comments on commit 7dfc05e

Please sign in to comment.