From 1d6005ba9843e90bd168806c5260c9a029b04e28 Mon Sep 17 00:00:00 2001
From: Alice Simon <alice.simon@soprasteria.com>
Date: Mon, 17 Mar 2025 19:37:49 +0000
Subject: [PATCH] docs: lint-enable format

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 038370f..fb9313d 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ include:
     # 2: set/override component inputs
     inputs:
       image: "registry.hub.docker.com/library/node:20" # ⚠ this is only an example
-      lint-enabled: "true"
+      lint-enabled: true
 ```
 
 ### Use as a CI/CD template (legacy)
-- 
GitLab