fix: run treefmt in ci mode
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
hooks = {
|
hooks = {
|
||||||
treefmt = {
|
treefmt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
entry = "${treefmtEval.config.build.wrapper}/bin/treefmt";
|
entry = "${treefmtEval.config.build.wrapper}/bin/treefmt --ci";
|
||||||
pass_filenames = true;
|
pass_filenames = true;
|
||||||
};
|
};
|
||||||
gitlint.enable = true;
|
gitlint.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user