Skip to content

Commit 5e01cfc

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

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414

15-
- uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
16-
with:
17-
args: >
18-
--config ./lychee.toml
19-
--github-token ${{ github.token }}
20-
.
15+
- name: Run lychee link checker
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
run: ./.github/scripts/lychee.sh

lychee.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ exclude = [
1717
'^https://softwareengineering.stackexchange.com/questions/29727.*',
1818
'^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$',
1919
]
20-
21-

0 commit comments

Comments
 (0)