mirror of
https://github.com/enocom/gopher-reading-list.git
synced 2026-05-15 14:15:49 -06:00
Update ci.yml
This commit is contained in:
parent
3e364c3b00
commit
c66a5c24af
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue