Skip to content

Commit f5bbf0f

Browse files
committed
More verbose output
1 parent f56474a commit f5bbf0f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/check-dead-links.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: tcort/github-action-markdown-link-check@v1.1.2
21+
22+
- name: Check links
23+
uses: tcort/github-action-markdown-link-check@v1.1.2
2224
with:
23-
use-quiet-mode: 'yes'
2425
use-verbose-mode: 'yes'
2526
check-modified-files-only: 'no'
27+
folder-path: 'episodes'

0 commit comments

Comments
 (0)