Skip to content

Commit e78ffbb

Browse files
remove -q param
1 parent fe6f0d1 commit e78ffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
npm install -g markdown-link-check
2424
2525
- name: Check links in Markdown files
26-
run: markdown-link-check -q
26+
run: markdown-link-check
2727

0 commit comments

Comments
 (0)