Skip to content

Commit

Permalink
Add lychee link checker to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh3Rm4n committed Mar 2, 2021
1 parent 4f8c9df commit f85e445
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,14 @@ jobs:
with:
files: .
ignore_files: "target/"

link-checker:
name: Link Checker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check URLs in documentation
uses: lycheeverse/lychee-action@v1.0.4
with:
args: --verbose --no-progress "*.md" "**/*.md" "**/*.rs" "*.toml" "**/*.toml" -h accept=text/html

0 comments on commit f85e445

Please sign in to comment.