From e11ab102b9a377bfeb381edaa8d5bd8b303c7345 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Mon, 10 Nov 2025 22:14:04 -0700 Subject: [PATCH] Remove duplicate arg for link checker --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5715cba..5af4ede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: - args: "--cache --max-cache-age 1d . --exclude https://www.uber.com README.md" # Uber returns 406s otherwise + args: "--cache --max-cache-age 1d --exclude https://www.uber.com README.md" # Uber returns 406s otherwise - name: "Check for exactly 200 links" run: | grep "\- \[" README.md | grep -Eo "https?://[^][ ]+" | sed 's/)//' | sort > links-only.txt