mirror of
https://github.com/enocom/gopher-reading-list.git
synced 2026-05-15 06:06:05 -06:00
Update build for breaking change (#284)
This commit is contained in:
parent
ac3ccf2c55
commit
46088910d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
id: lychee
|
||||
uses: lycheeverse/lychee-action@v2
|
||||
with:
|
||||
args: "--base-url . --cache --max-cache-age 1w . --exclude https://www.uber.com README.md" # Uber returns 406s otherwise
|
||||
args: "--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue