From b3d612b3edfa72f4199b2d74898e3f517f7254bf Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 29 Dec 2024 10:05:46 -0800 Subject: formatting --- justfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 6d70b79..75bedea 100644 --- a/justfile +++ b/justfile @@ -1,32 +1,32 @@ default: @just --list -[group('site')] [doc('Run the local HTTP server')] +[group('site')] run: zola serve -[group('site')] [doc('Build the site')] +[group('site')] build: nix build -[group('nix')] [doc('Format all the files')] +[group('nix')] fmt: nix fmt -[group('nix')] [doc('Check the flake')] +[group('nix')] check: nix flake check -[group('site')] [doc('Validate the site')] +[group('site')] validate: build lychee ./result/**/*.html -[group('nix')] [doc('Update the dependencies')] +[group('nix')] update-deps: nix flake update --commit-lock-file -- cgit v1.2.3