1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

chore: fmt markdowns

This commit is contained in:
Rob Ede
2024-01-06 21:08:09 +00:00
parent 0c859a96c8
commit 320cbebc7e
13 changed files with 49 additions and 22 deletions

View File

@ -3,6 +3,7 @@ _list:
# Format workspace.
fmt:
cargo +nightly fmt
npx -y prettier --write $(fd --hidden --extension=yml --extension=md)
# Update READMEs from crate root documentation.