···3434### Running treefmt on your code
35353636```shell
3737-# see if code is formatted
3838-nix run github:vic/checkmate#check-treefmt --override-input target path:$PWD -L
3939-4037# formatting your code
4138nix run github:vic/checkmate#treefmt -- $PWD
3939+4040+# see if code is formatted
4141+nix run github:vic/checkmate#treefmt -- --ci $PWD
4242````
43434444### Running nix-unit tests locally