Update ci.yml

This commit is contained in:
Eno Compton 2024-11-21 21:32:38 -07:00 committed by GitHub
parent 3e364c3b00
commit c66a5c24af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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