Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add CI badges
  • Loading branch information
chris-bateman authored Feb 21, 2024
1 parent f91804a commit 19d785c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
```
```

0 comments on commit 19d785c

Please sign in to comment.