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