diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-30 17:33:34 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-30 17:33:34 +0200 |
commit | c8dc7db0d3cd16592e54ecf220bbe44b59402d9e (patch) | |
tree | 208c964787cbf32f8ca7818bd4f9ae391ad63d74 /cog.toml | |
parent | style(treewide): Re-format (diff) | |
download | flake-templates-c8dc7db0d3cd16592e54ecf220bbe44b59402d9e.tar.gz flake-templates-c8dc7db0d3cd16592e54ecf220bbe44b59402d9e.zip |
build(cog.toml): Format *before* checking the formatting
Diffstat (limited to 'cog.toml')
-rw-r--r-- | cog.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cog.toml b/cog.toml index 2432184..ce27d2f 100644 --- a/cog.toml +++ b/cog.toml @@ -4,8 +4,8 @@ ignore_merge_commits = false pre_bump_hooks = [ "./instantiate_templates.sh", # Build the build directory - "nix flake check", # verify the project builds "nix fmt", # format + "nix flake check", # verify the project builds ] post_bump_hooks = [ "git push", |