chore: fix commit config

This commit is contained in:
Jesús Pérez 2026-01-11 21:51:51 +00:00
parent ac3f93fe1d
commit 75b1a0eb11
Signed by: jesus
GPG Key ID: 9F243E355E0BC939

View File

@ -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