diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-10-12 23:15:57 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-10-12 23:19:29 -0400 |
| commit | 733ea40b411e38f690988c612daa0c5e4733cd1b (patch) | |
| tree | 4b37a1e0c615c13d5f122298eebc9a071401b0cd /README.md | |
| parent | e1d75b03fbec474113b80edd19d682caec44b8f2 (diff) | |
Dropping appveyor build in favour of GH Actions
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -3,7 +3,7 @@ _Read the docs at [docs.gomplate.ca][docs-url], chat with developers and community in the [#gomplate channel][] on [Gophers Slack][]_ [![Build Status][circleci-image]][circleci-url] -[![Windows Build][appveyor-image]][appveyor-url] +[![Windows Build][gh-windows-image]][gh-windows-url] [![Go Report Card][reportcard-image]][reportcard-url] [![Codebeat Status][codebeat-image]][codebeat-url] [![Coverage][gocover-image]][gocover-url] @@ -99,8 +99,10 @@ Copyright (c) 2016-2019 Dave Henderson [circleci-image]: https://img.shields.io/circleci/project/github/hairyhenderson/gomplate/master.svg?logo=circleci [circleci-url]: https://circleci.com/gh/hairyhenderson/gomplate/tree/master -[appveyor-image]: https://ci.appveyor.com/api/projects/status/eymky02f5snclyxp/branch/master?svg=true -[appveyor-url]: https://ci.appveyor.com/project/hairyhenderson/gomplate/branch/master + +[gh-windows-image]: https://github.com/hairyhenderson/gomplate/workflows/Windows%20Build/badge.svg +[gh-windows-url]: https://github.com/hairyhenderson/gomplate/actions?workflow=Windows+Build + [reportcard-image]: https://goreportcard.com/badge/github.com/hairyhenderson/gomplate [reportcard-url]: https://goreportcard.com/report/github.com/hairyhenderson/gomplate [codebeat-image]: https://codebeat.co/badges/39ed2148-4b86-4d1e-8526-25f60e159ba1 |
