From d412a711031ec69caad1310f49315f83ff645246 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 17 May 2025 09:20:34 -0700
Subject: [PATCH] Attempting to fix the linting

---
 .ci-scripts/lint.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.ci-scripts/lint.sh b/.ci-scripts/lint.sh
index 39960a5..fb84abe 100644
--- a/.ci-scripts/lint.sh
+++ b/.ci-scripts/lint.sh
@@ -3,13 +3,12 @@
 jq --null-input --arg yaml "$1" '.content=$yaml' \
   | curl "https://git.ethitter.com/api/v4/projects/${CI_PROJECT_ID}/ci/lint?include_merged_yaml=true" \
     --silent \
-    -vvv \
     --header 'Content-Type: application/json' \
     --header "PRIVATE-TOKEN: $GITLAB_API_PAT" \
     --data @- \
     -o result.json
 
-jq < result.json
+# TODO: save the `result.json` as an artifact.
 
 echo "**********************************************************"
 echo "MERGED YAML:"
-- 
GitLab