Skip to content

Commit 0eeb762

Browse files
committed
Add lychee link checker to CI
1 parent 3d7450e commit 0eeb762

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,14 @@ jobs:
147147
with:
148148
files: .
149149
ignore_files: "target/"
150+
151+
link-checker:
152+
name: Link Checker
153+
runs-on: ubuntu-latest
154+
steps:
155+
- name: Checkout
156+
uses: actions/checkout@v2
157+
- name: Check URLs in documentation
158+
uses: lycheeverse/lychee-action@v1.0.4
159+
with:
160+
args: --verbose --no-progress "*.md" "**/*.md" "**/*.rs" "*.toml" "**/*.toml" -h accept=text/html

0 commit comments

Comments
 (0)