Skip to content

Commit f20931c

Browse files
committed
simplify lychee setup and run without docker
1 parent 8e66fc4 commit f20931c

File tree

4 files changed

+8
-41
lines changed

4 files changed

+8
-41
lines changed

.github/scripts/dependencies.dockerfile

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

.github/scripts/link-check.sh

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
link-check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14-
13+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
1515
- name: Link check
1616
env:
1717
GITHUB_TOKEN: ${{ github.token }}
18-
run: ./.github/scripts/link-check.sh
18+
run: mise run lint-links

mise.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tools]
2+
lychee = "0.18.1"
3+
4+
[tasks.lint-links]
5+
run = "lychee --verbose --config .lychee.toml ."

0 commit comments

Comments
 (0)