File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[alias ]
2
2
stacks-node = " run --package stacks-node --"
3
+ fmt-stacks = " fmt -- --config group_imports=StdExternalCrate,imports_granularity=Module"
3
4
clippy-stacks = " clippy -p libstackerdb -p stacks-signer -p pox-locking -p clarity -p libsigner -p stacks-common --no-deps --tests --all-features -- -D warnings"
4
5
5
6
# Uncomment to improve performance slightly, at the cost of portability
@@ -11,4 +12,3 @@ clippy-stacks = "clippy -p libstackerdb -p stacks-signer -p pox-locking -p clari
11
12
# [target.x86_64-unknown-linux-gnu]
12
13
# linker = "/usr/bin/clang"
13
14
# rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
14
-
Original file line number Diff line number Diff line change 48
48
id : rustfmt
49
49
uses : stacks-network/actions/rustfmt@main
50
50
with :
51
- alias : " +nightly fmt"
51
+ alias : " fmt-stacks "
52
52
53
53
# #####################################################################################
54
54
# # Check if the branch that this workflow is being run against is a release branch
You can’t perform that action at this time.
0 commit comments