mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
feat: svu bump version numbers in code
This commit is contained in:
parent
fe98e2d423
commit
a0e2328a0b
1 changed files with 8 additions and 0 deletions
|
|
@ -54,6 +54,14 @@
|
|||
description = "Run gomod2nix before commit";
|
||||
entry = "${gomod2nix.legacyPackages.${system}.gomod2nix}/bin/gomod2nix";
|
||||
};
|
||||
|
||||
pre-commit.hooks.svu = {
|
||||
enable = true;
|
||||
pass_filenames = false;
|
||||
name = "svu";
|
||||
description = "Bump version numbers in code";
|
||||
entry = "${pkgs.svu}/bin/svu --help";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue