Update ci.yml

This commit is contained in:
Eno Compton 2024-11-21 21:33:17 -07:00 committed by GitHub
parent c66a5c24af
commit 9732886c80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: "--exclude https://www.uber.com" # Uber returns 406s otherwise
args: "--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