From c444db9fd6289a03ed77c8c48f4f159cb73446a0 Mon Sep 17 00:00:00 2001 From: Thomas Zahner Date: Wed, 23 Oct 2024 18:16:52 +0200 Subject: [PATCH] Update link check action --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 0742f64634..3bf82983f8 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -15,7 +15,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@master with: - args: --verbose --no-progress --exclude example.com -- README.md + args: --verbose --exclude-path benches --exclude-path fixtures . - name: Create Issue From File if: github.repository_owner == 'lycheeverse' && env.lychee_exit_code != 0