Skip to content

Commit ac63db1

Browse files
committed
chore(ci): quiet optional agent validation skip
1 parent e038c24 commit ac63db1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/audit-codex-agents.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ if [[ -f "$QUICK_VALIDATE" ]] && command -v python3 >/dev/null 2>&1; then
153153
done
154154
fi
155155
else
156-
warn "quick_validate.py not available at $QUICK_VALIDATE; skipping OpenAI skill-creator validation"
157-
warnings=$((warnings + 1))
156+
say "quick_validate.py not available at $QUICK_VALIDATE; skipping optional OpenAI skill-creator validation"
158157
fi
159158

160159
forbidden_hits="$(rg -n "codex exec|gemini-cli|\bgemini\b" "$SKILLS_DIR" "$DOCS_DIR" -i || true)"

0 commit comments

Comments
 (0)