Skip to content

Commit 9e0da03

Browse files
Turn off quiet mode in markdown link check
1 parent 68c9070 commit 9e0da03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1717
with:
18-
use-quiet-mode: 'yes'
18+
use-quiet-mode: 'no'
1919
use-verbose-mode: 'yes'
2020
config-file: '.github/workflows/mlc_config.json'

0 commit comments

Comments
 (0)