From 274c69655394865dad29477e561cc8f3e62efc0a Mon Sep 17 00:00:00 2001 From: Luis Castro Date: Fri, 14 Aug 2026 12:11:02 -0400 Subject: [PATCH] docs: CI status badge in the README Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 317ad57..8534b94 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ **Write vanilla GSAP inside Angular.** `@angular-gsap/core` gives your GSAP code an Angular-managed context (host-scoped, signal-reactive, SSR-safe, cleaned up automatically) without wrapping a single GSAP API. [![npm](https://img.shields.io/npm/v/%40angular-gsap%2Fcore)](https://www.npmjs.com/package/@angular-gsap/core) +[![CI](https://github.com/angular-gsap/core/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/angular-gsap/core/actions/workflows/ci.yml) [![license](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) ```ts