commit c456c17f2b09f765c4f9b6085f2593d56e209d7d
parent 86314ecea72cf207715fd2bf568cfd39d3c6243b
Author: mtmn <miro@haravara.org>
Date: Sun, 19 Apr 2026 20:58:55 +0200
chore: add whine to check recipe
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/justfile b/justfile
@@ -51,9 +51,10 @@ nix command:
# Run quality and security checks
check:
+ npx whine
npx spago build --strict
- elm-analyse
npx purs-tidy check "src/**/*.purs"
+ elm-analyse
statix check .
# Manage the container image (build, load, push)