corpus

Log | Files | Refs | README | LICENSE

commit 5b39e9c30e9cbc3618aed559857190b3531c3ef7
parent be7ddb4f3b074eecd1107cfca3c6adfcbb7b6c1f
Author: mtmn <miro@haravara.org>
Date:   Sun, 19 Apr 2026 20:30:08 +0200

chore: add elm-analyse to check recipe

Diffstat:
Mjustfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/justfile b/justfile @@ -52,6 +52,7 @@ nix command: # Run quality and security checks check: npx spago build --strict + elm-analyse npx purs-tidy check "src/**/*.purs" statix check .