From c417e88c92df1e552779965eaaee804bdb42ae78 Mon Sep 17 00:00:00 2001 From: Nick Robinson Date: Fri, 4 Oct 2019 07:29:30 +0100 Subject: [PATCH] [ci skip] Add code style badge (#99) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00a30c1..003eace 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Build Status](https://travis-ci.org/invenia/PkgTemplates.jl.svg?branch=master)](https://travis-ci.org/invenia/PkgTemplates.jl) [![Build Status](https://ci.appveyor.com/api/projects/status/r24xamruqlm88uti/branch/master?svg=true)](https://ci.appveyor.com/project/christopher-dG/pkgtemplates-jl/branch/master) [![Codecov](https://codecov.io/gh/invenia/PkgTemplates.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/invenia/PkgTemplates.jl) +[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) **PkgTemplates is a Julia package for creating new Julia packages in an easy, repeatable, and customizable way.**