Skip to content

Commit

Permalink
build(Justfile): add link-check target
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Hsiao <[email protected]>
  • Loading branch information
lukehsiao committed Aug 11, 2023
1 parent c4b8055 commit 4f5cef5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ _default:
check:
cargo clippy --locked -- -D warnings

# Check links in markdown files
link-check:
-lychee -E '**/*.md'

# Runs nextest
test:
cargo nextest run
Expand Down

0 comments on commit 4f5cef5

Please sign in to comment.