From 133b2de1ca7ae34e8ca6e6a990aa8e7b417d9dbb Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Tue, 6 Dec 2022 12:46:17 +0100 Subject: [PATCH] chore: improve markdown-link-check workflow (#5303) --- .github/workflows/coder.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 0ee2997bdc..014384c6ee 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -676,4 +676,8 @@ jobs: - uses: actions/checkout@master - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: + use-quiet-mode: yes + use-verbose-mode: yes + check-modified-files-only: yes + base-branch: main config-file: .github/workflows/mlc_config.json