From 68f4b9ecc9d497be5ad97dbeb6eb16dc7564cbd4 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Tue, 7 Jul 2026 22:31:30 -0400 Subject: [PATCH] docs: add ci/license badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a204fc0..0707733 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Contact API Core - Contact form logic: CORS evaluation, validation, honeypot handling, and email orchestration. Will be paired with one or more providers, (`Resend` or `Nodemailer`), and a platform, (`Vercel`). +[![CI](https://github.com/contact-api/core/actions/workflows/ci.yml/badge.svg)](https://github.com/contact-api/core/actions/workflows/ci.yml) +[![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE) + ## Exports - `handleContact(req, deps)` — orchestrates the full contact-form flow - `evaluateCors(req, allowedOrigins)` — CORS decision logic