From 5a48f0be5724306ad9f15bc0b6e843caebf4c099 Mon Sep 17 00:00:00 2001 From: Mohd Aquib Date: Thu, 16 Jul 2026 14:52:45 +0530 Subject: [PATCH] Update CI workflow name and add status badges to README - Rename CI workflow from "CI" to "Build and Test". - Add GitHub Actions badges for Build and Test workflow and API documentation. - Add JitPack version badge to the README. --- .github/workflows/ci.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf330fc..d0bbd4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: Build and Test on: pull_request: diff --git a/README.md b/README.md index 38de562..b1012f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Compose A11y Scanner +[![Build and Test](https://github.com/mohdaquib/ComposeA11yScanner/actions/workflows/ci.yml/badge.svg)](https://github.com/mohdaquib/ComposeA11yScanner/actions/workflows/ci.yml) +[![API Docs](https://github.com/mohdaquib/ComposeA11yScanner/actions/workflows/docs.yml/badge.svg)](https://github.com/mohdaquib/ComposeA11yScanner/actions/workflows/docs.yml) +[![JitPack](https://jitpack.io/v/mohdaquib/ComposeA11yScanner.svg)](https://jitpack.io/#mohdaquib/ComposeA11yScanner) + Runtime accessibility scanner that overlays issues directly on your Compose UI ![Annotated GIF showing the Compose A11y Scanner issue summary, view highlights, and issue detail sheet in the sample app](docs/overlay-demo.gif)