Commit
Message
Changed Files (2)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 102e594..5af6182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Fix git push before git tag in release task - Fix mise generate-schema task +- Run mise fmt on toml files ## [0.4.0] - 2026-05-31 ### 🚀 Features -
modified mise.toml
diff --git a/mise.toml b/mise.toml index 5f88a1f..3fa18e6 100644 --- a/mise.toml +++ b/mise.toml @@ -19,7 +19,7 @@ description = "Initialize the tooling for this repository." run = ["mise activate", "prek install -t pre-commit -t pre-merge-commit"] [tasks.lint] -wait_for = ["fmt", "clean"] +wait_for = ["fmt", "clean", "generate-schema"] description = "Run various linters" run = ["taplo check", "cargo clippy", "prek run --all-files"]