From 19d785cff7581ebb783fc61a7a945217dde433f7 Mon Sep 17 00:00:00 2001 From: Chris Bateman Date: Wed, 21 Feb 2024 16:07:04 +1100 Subject: [PATCH] Update README.md Add CI badges --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3913776..46c1f7c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# cmfive-boilerplate ![Build Status](https://travis-ci.org/adam-buckley/cmfive-boilerplate.svg?branch=master) +# cmfive-boilerplate +[![Docker Image](https://github.com/2pisoftware/cmfive-boilerplate/actions/workflows/docker-image.yml/badge.svg)](https://github.com/2pisoftware/cmfive-boilerplate/actions/workflows/docker-image.yml) +[![CI](https://github.com/2pisoftware/cmfive-boilerplate/actions/workflows/ci.yml/badge.svg)](https://github.com/2pisoftware/cmfive-boilerplate/actions/workflows/ci.yml) +[![CodeQL](https://github.com/2pisoftware/cmfive-boilerplate/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/2pisoftware/cmfive-boilerplate/actions/workflows/github-code-scanning/codeql) + A boilerplate project layout for Cmfive Main documentation is at: [cmfive.com](https://cmfive.com) @@ -47,4 +51,4 @@ With core installed, use npm to formalise available template components and styl cd system/templates/base npm ci npm run prod -``` \ No newline at end of file +```