From 5333702d3c8959e8fc2a69a50c8a64babb50a83f Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 14 Aug 2026 14:39:14 +0100 Subject: [PATCH] Include a fail_level in the check links ci files --- .github/workflows/check-links.yml | 1 + .../.github/workflows/check-links.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index e0cb27e..98315a2 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -18,3 +18,4 @@ jobs: with: github_token: ${{ secrets.github_token }} reporter: github-pr-review + fail_level: any diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/check-links.yml b/{{ cookiecutter.project_slug }}/.github/workflows/check-links.yml index 554d8b1..12bf790 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/check-links.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/check-links.yml @@ -18,3 +18,4 @@ jobs: with: github_token: ${{ "{{" }} secrets.github_token {{ "}}" }} reporter: github-pr-review + fail_level: any