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
c66a5c24af
commit
9732886c80
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue