From 0d477841dadf12e443b7bb2fabd6f21a4b99fdf0 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 26 Feb 2020 21:13:39 +1100 Subject: [PATCH] Show github build status --- .github/workflows/go.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a78ebf5..4366532 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: Go +name: Build on: [push] jobs: diff --git a/README.md b/README.md index f8d3a65..bdad4b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # yq -[![Build Status](https://api.travis-ci.com/mikefarah/yq.svg?branch=master)](https://travis-ci.com/mikefarah/yq/) ![Docker Pulls](https://img.shields.io/docker/pulls/mikefarah/yq.svg) ![Github Releases (by Release)](https://img.shields.io/github/downloads/mikefarah/yq/total.svg) ![Go Report](https://goreportcard.com/badge/github.com/mikefarah/yq) +![Build Status](https://github.com/mikefarah/yq/workflows/Go/badge.svg) ![Docker Pulls](https://img.shields.io/docker/pulls/mikefarah/yq.svg) ![Github Releases (by Release)](https://img.shields.io/github/downloads/mikefarah/yq/total.svg) ![Go Report](https://goreportcard.com/badge/github.com/mikefarah/yq) a lightweight and portable command-line YAML processor