chore: fix commit config
This commit is contained in:
parent
ac3f93fe1d
commit
75b1a0eb11
@ -41,7 +41,7 @@ ci-full: ci-lint-rust ci-fmt-toml ci-lint-toml ci-lint-nickel ci-lint-markdown c
|
||||
# Check Rust code formatting
|
||||
ci-fmt:
|
||||
@echo "📝 Checking Rust code formatting..."
|
||||
cargo fmt --all -- --check
|
||||
cargo +nightly fmt --all -- --check
|
||||
# Check TOML file formatting
|
||||
ci-fmt-toml:
|
||||
@echo "📝 Checking TOML formatting..."
|
||||
@ -51,7 +51,7 @@ ci-fmt-toml:
|
||||
# Format all code
|
||||
fmt:
|
||||
@echo "🎨 Formatting code..."
|
||||
cargo fmt --all
|
||||
cargo +nightly fmt --all
|
||||
just fmt-toml
|
||||
|
||||
# Format TOML files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user