From 44d4b0e543fb4343649d1abfd1f2232e470296d6 Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Wed, 4 Mar 2026 17:49:49 +0100 Subject: [PATCH] make sure we get the checks --- pkg/repl/repl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/repl/repl.go b/pkg/repl/repl.go index 091d0f0..607100d 100644 --- a/pkg/repl/repl.go +++ b/pkg/repl/repl.go @@ -129,6 +129,7 @@ func (r *REPL) watchValidation() { r.app.CurrentFeedback = &ValidationFeedback{ Success: feedback.Success, Message: feedback.Message, + Checks: feedback.Checks, } } if feedback.Success {