From af63784777275986cc1f5178eefa3baae077da9f Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Sat, 5 Oct 2024 14:22:50 +0200 Subject: [PATCH] Add another option. --- .github/workflows/check-md-links.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml index 7f01a961..4b0e83da 100644 --- a/.github/workflows/check-md-links.yml +++ b/.github/workflows/check-md-links.yml @@ -11,5 +11,6 @@ jobs: - uses: umbrelladocs/action-linkspector@v1 with: github_token: ${{ secrets.github_token }} - reporter: github-pr-review + reporter: github-pr-annotations fail_on_error: true + filter_mode: file