diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 3d9ec525..ed633710 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -36,5 +36,5 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2.0.2 with: - fail: false + fail: true args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'