Skip to content

Commit 40961ab

Browse files
committed
fix: put fmt-stacks back, since we can't force nightly
1 parent 7ae498f commit 40961ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[alias]
22
stacks-node = "run --package stacks-node --"
3+
fmt-stacks = "fmt -- --config group_imports=StdExternalCrate,imports_granularity=Module"
34
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"
45

56
# 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
1112
#[target.x86_64-unknown-linux-gnu]
1213
#linker = "/usr/bin/clang"
1314
#rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
14-

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: rustfmt
4949
uses: stacks-network/actions/rustfmt@main
5050
with:
51-
alias: "+nightly fmt"
51+
alias: "fmt-stacks"
5252

5353
######################################################################################
5454
## Check if the branch that this workflow is being run against is a release branch

0 commit comments

Comments
 (0)