Skip to content

Commit e52f68d

Browse files
committed
Make it easier to run lychee locally
1 parent cb27e56 commit e52f68d

File tree

4 files changed

+5
-29
lines changed

4 files changed

+5
-29
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# this file exists so that Renovate can auto-update docker image versions that are then used elsewhere
2+
3+
FROM lycheeverse/lychee:sha-2aa22f8@sha256:2e3786630482c41f9f2dd081e06d7da1c36d66996e8cf6573409b8bc418d48c4 AS lychee

.github/workflows/reusable-markdown-link-check.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/reusable-misspell-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414

1515
- name: Install misspell
1616
run: |
17-
curl -L -o install-misspell.sh \
18-
https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh
19-
sh ./install-misspell.sh
17+
curl -sfL https://raw.githubusercontent.com/golangci/misspell/head/install-misspell.sh | sh -s -- -b ./bin
2018
2119
- name: Run misspell
2220
run: |

lychee.toml renamed to .lychee.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ retry_wait_time = 5
33
max_retries = 6
44
max_concurrency = 4
55

6-
# Stealth
7-
user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0"
8-
9-
# Check fragments in links
6+
# Check link anchors
107
include_fragments = true
118

129
# excluding links to pull requests and issues is done for performance
@@ -17,5 +14,3 @@ exclude = [
1714
'^https://softwareengineering.stackexchange.com/questions/29727.*',
1815
'^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$',
1916
]
20-
21-

0 commit comments

Comments
 (0)