diff --git a/Justfile b/Justfile index 29638cf..9e25cb2 100644 --- a/Justfile +++ b/Justfile @@ -24,3 +24,6 @@ audit: test: mix test + +format: + mix format