Add workflow badges to README (#180)

Added badges for crawl and publish, and deploy workflows.

Juan Manuel Servera committed May 25, 2026 at 20:59 UTC 619cd1e28e350b8ed591e9681a3af4591bb93ec9
1 file changed +2
README.md
+2
@@ -1,3 +1,5 @@
1 +[![Crawl and publish weekly data](https://github.com/jmservera/SquadScope/actions/workflows/crawl-and-publish.yml/badge.svg)](https://github.com/jmservera/SquadScope/actions/workflows/crawl-and-publish.yml)
2 +[![Deploy Hugo site](https://github.com/jmservera/SquadScope/actions/workflows/deploy-site.yml/badge.svg)](https://github.com/jmservera/SquadScope/actions/workflows/deploy-site.yml)
3 # SquadScope
4
5 SquadScope is an automated AI-powered GitHub Pages site that publishes weekly, monthly, and yearly summaries of tech trends sourced from GitHub. The system crawls trending and newly-created repositories, applies AI analysis to identify signal vs. noise, and publishes curated insights with zero manual intervention.