Fix argument for Link Checker in CI workflow (#278)

This commit is contained in:
Eno Compton 2025-09-25 21:38:03 -06:00 committed by GitHub
parent 1983b6f98d
commit ac3ccf2c55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: "--base . --cache --max-cache-age 1w . --exclude https://www.uber.com README.md" # Uber returns 406s otherwise
args: "--base-url . --cache --max-cache-age 1w . --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