initial commit
This commit is contained in:
6
ci/cargo-sort
Executable file
6
ci/cargo-sort
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -xEeuo pipefail
|
||||
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
cargo sort --check "$@"
|
||||
Reference in New Issue
Block a user