diff --git a/.ci-scripts/lint.sh b/.ci-scripts/lint.sh
index fb84abec4dfbc9c91b0aa339f0405ccb557b42bb..c2982dd9a02496a921e892af2421ebb206e3eeda 100644
--- a/.ci-scripts/lint.sh
+++ b/.ci-scripts/lint.sh
@@ -8,8 +8,6 @@ jq --null-input --arg yaml "$1" '.content=$yaml' \
     --data @- \
     -o result.json
 
-# TODO: save the `result.json` as an artifact.
-
 echo "**********************************************************"
 echo "MERGED YAML:"
 jq --raw-output '.merged_yaml' < result.json