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
|
# Check Rust code formatting
|
||||||
ci-fmt:
|
ci-fmt:
|
||||||
@echo "📝 Checking Rust code formatting..."
|
@echo "📝 Checking Rust code formatting..."
|
||||||
cargo fmt --all -- --check
|
cargo +nightly fmt --all -- --check
|
||||||
# Check TOML file formatting
|
# Check TOML file formatting
|
||||||
ci-fmt-toml:
|
ci-fmt-toml:
|
||||||
@echo "📝 Checking TOML formatting..."
|
@echo "📝 Checking TOML formatting..."
|
||||||
@ -51,7 +51,7 @@ ci-fmt-toml:
|
|||||||
# Format all code
|
# Format all code
|
||||||
fmt:
|
fmt:
|
||||||
@echo "🎨 Formatting code..."
|
@echo "🎨 Formatting code..."
|
||||||
cargo fmt --all
|
cargo +nightly fmt --all
|
||||||
just fmt-toml
|
just fmt-toml
|
||||||
|
|
||||||
# Format TOML files
|
# Format TOML files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user