From fc7ebb7ab43f876126e94fc3de37cbbefa3a3216 Mon Sep 17 00:00:00 2001 From: Zane Wang Date: Mon, 13 Jul 2026 12:34:26 -0700 Subject: [PATCH] docs: surface CI status badge in README Adds the existing 'Validate static app' workflow status badge to the README top so the already-green CI is visible. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93ca170..a69809f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ **Turn NASA's near-real-time satellite fire detections into an interactive map you can explore in the browser — no build step or API key.** +[![Validate static app](https://github.com/zelinewang/FireSight/actions/workflows/ci.yml/badge.svg)](https://github.com/zelinewang/FireSight/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Data: NASA FIRMS](https://img.shields.io/badge/data-NASA%20FIRMS-orange)](https://firms.modaps.eosdis.nasa.gov/) [![Map: Leaflet](https://img.shields.io/badge/map-Leaflet-brightgreen)](https://leafletjs.com/)