diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-10-22 21:44:58 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-10-26 11:12:27 -0400 |
| commit | 787490425bd1b1f19436c3eb5ee513b83870dcc6 (patch) | |
| tree | 188e31975cd48389308f89f8f18bdd392e0deabb /README.md | |
| parent | fcda2c0e4b60e5e8960949bcfccdb24820b2a53e (diff) | |
Do Linux builds in GitHub Actions
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 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][gh-windows-image]][gh-windows-url] +[![Build][gh-actions-image]][gh-actions-url] [![Go Report Card][reportcard-image]][reportcard-url] [![Codebeat Status][codebeat-image]][codebeat-url] [![Coverage][gocover-image]][gocover-url] @@ -100,8 +100,8 @@ 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 -[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 +[gh-actions-image]: https://github.com/hairyhenderson/gomplate/workflows/Build/badge.svg?branch=master +[gh-actions-url]: https://github.com/hairyhenderson/gomplate/actions?workflow=Build&branch=master [reportcard-image]: https://goreportcard.com/badge/github.com/hairyhenderson/gomplate [reportcard-url]: https://goreportcard.com/report/github.com/hairyhenderson/gomplate |
