diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd377ad..de0a1fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,8 @@ jobs: - name: Link Checker id: lychee uses: lycheeverse/lychee-action@v2 - args: - - "--exclude" - - "https://www.uber.com" # Uber returns 406s otherwise + with: + args: "--exclude https://www.uber.com" # Uber returns 406s otherwise - name: "Check for exactly 200 links" run: | grep "\- \[" README.md | grep -Eo "https?://[^][ ]+" | sed 's/)//' | sort > links-only.txt