justfile: moved format command from Makefile
Migrating command from Makefile to justfile. I could not find any reference in the doc so I kept a migration instruction in Makefile.
This commit is contained in:
@@ -18,3 +18,7 @@ integration_tests:
|
||||
# Create a news entry
|
||||
create-news-entry:
|
||||
modules/misc/news/create-news-entry.sh
|
||||
|
||||
# format codebase with treefmt
|
||||
format:
|
||||
treefmt
|
||||
|
||||
Reference in New Issue
Block a user