diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 8d5444d..b33ff92 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -23,6 +23,7 @@ jobs: uses: lycheeverse/lychee-action@master with: args: --exclude reddit.com -- '*.md' + fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}