diff --git a/.gitea/workflows/qa.yml b/.gitea/workflows/qa.yml index 8f53e77..39a1f34 100644 --- a/.gitea/workflows/qa.yml +++ b/.gitea/workflows/qa.yml @@ -52,7 +52,7 @@ jobs: - name: 🔗 Lychee Link Check uses: lycheeverse/lychee-action@v2 with: - args: --accept 200,204,429 --timeout 15 --insecure --exclude "file://*" --exclude "https://logs.infra.*" --exclude "https://git.infra.*" --exclude "https://mintel.me/*" . + args: --accept 200,204,429 --timeout 15 --insecure --exclude "file://*" --exclude "https://logs.infra.*" --exclude "https://git.infra.*" --exclude "https://mintel.me/*" --include-verbatim '**/*.md' '**/*.mdx' fail: true # ────────────────────────────────────────────────────