Skip to content

Commit

Permalink
added task for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdsonAlcala committed Sep 25, 2024
1 parent bef952c commit b9da0b1
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 @@ -6,6 +6,10 @@ lint:
fmt:
cargo fmt --check

# Check docs
doc:
RUSTDOCFLAGS="-D warnings" cargo doc

# Verify all compiles
check:
cargo check
Expand Down

0 comments on commit b9da0b1

Please sign in to comment.