From 3aeb2adb83bbe538eb77ff949455cee054d76732 Mon Sep 17 00:00:00 2001 From: Ali Rahbar <72822222+crypto-a@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:31:53 -0400 Subject: [PATCH] Add CI Build badge to README Added CI build badge to README. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4866cf0..147227d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# React + TypeScript + Vite +# React + TypeScript + Vite + +[![CI Build](https://github.com/scadable/template-react/actions/workflows/ci-build.yaml/badge.svg)](https://github.com/scadable/template-react/actions/workflows/ci-build.yaml) + This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.