From 1bd5635800e39e118e262169bf719fd0bc3dce76 Mon Sep 17 00:00:00 2001 From: juckerj <39263956+jonasjucker@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:07:40 +0200 Subject: [PATCH] Update check_markdown_links.yml --- .github/workflows/check_markdown_links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check_markdown_links.yml b/.github/workflows/check_markdown_links.yml index 04a60dc9..ff2cf0bf 100644 --- a/.github/workflows/check_markdown_links.yml +++ b/.github/workflows/check_markdown_links.yml @@ -8,3 +8,5 @@ jobs: steps: - uses: actions/checkout@master - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + use-verbose-mode: 'yes'