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 9accce3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,11 @@ jobs:
with:
files: .
ignore_files: "target/"

link-checker:
name: Link Checker
runs-on: ubuntu-latest
steps:
- 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 9accce3

Please sign in to comment.