diff options
author | Franck Cuny <franck@fcuny.net> | 2024-07-22 17:46:36 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-07-22 17:46:36 -0700 |
commit | d4b6d2b2053e335e5457e34c128ec8a1a156671d (patch) | |
tree | 95dc405071eed3c61142754249b9de9326f4285d /justfile | |
parent | delete github actions (diff) | |
download | world-d4b6d2b2053e335e5457e34c128ec8a1a156671d.tar.gz |
add lint as a target and reformat
Diffstat (limited to '')
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile index 28e05da..829e8f9 100644 --- a/justfile +++ b/justfile @@ -13,3 +13,6 @@ switch-darwin: test-nix: nix flake check nix develop -c echo OK + +fmt: + nix fmt |