mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
7 lines
130 B
Bash
7 lines
130 B
Bash
![]() |
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "${0}")/../.."
|
||
|
./scripts/build/cargo.sh clippy --fix --allow-dirty --allow-staged
|
||
|
cargo fmt --all
|