Add todo item to enforce certain commit message format
This commit is contained in:
parent
5940b2b08e
commit
638c9c66dc
1 changed files with 2 additions and 1 deletions
|
@ -3,4 +3,5 @@
|
|||
set -eux
|
||||
|
||||
nix flake check
|
||||
nix run nixpkgs#alejandra -- --check .
|
||||
nix run nixpkgs#alejandra -- --check .
|
||||
# TODO: check commit message format
|
||||
|
|
Loading…
Reference in a new issue