From 95a25021e809c84d25ff50956222d3da68e27f3f Mon Sep 17 00:00:00 2001 From: Matt Rakow Date: Sun, 13 Jul 2025 16:36:59 -0700 Subject: [PATCH] Move CI status badge to the top --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d613d41..aaca2d0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![CI status badge](https://github.com/ChumpChief/ProjectTemplate/actions/workflows/ci.yml/badge.svg) + # Project Template This repo is meant to be used as a template for typescript monorepo projects. It contains placeholder packages to demonstrate usage. @@ -132,5 +134,3 @@ This repo is opinionated about its technology choices. Specifically: * Trunk-based development (optionally with release branches) * Synchronized version numbers across packages * MacOS/Linux development environment - -![CI status badge](https://github.com/ChumpChief/ProjectTemplate/actions/workflows/ci.yml/badge.svg)