Skip to content

Commit

Permalink
Updated the action workflow and added a status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterclaerhout committed Feb 21, 2020
1 parent a4929ea commit e0b3c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
jobs:

build:
name: Test & Build
name: Test Build
runs-on: ubuntu-latest
steps:

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# go-waitgroup

[![Build Status](https://img.shields.io/github/workflow/status/pieterclaerhout/go-waitgroup/Go)](https://github.com/pieterclaerhout/go-waitgroup/actions?query=workflow%3AGo)
[![Go Report Card](https://goreportcard.com/badge/github.com/pieterclaerhout/go-waitgroup)](https://goreportcard.com/report/github.com/pieterclaerhout/go-waitgroup)
[![Documentation](https://godoc.org/github.com/pieterclaerhout/go-waitgroup?status.svg)](http://godoc.org/github.com/pieterclaerhout/go-waitgroup)
[![license](https://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://github.com/pieterclaerhout/go-waitgroup/raw/master/LICENSE)
Expand Down

0 comments on commit e0b3c4f

Please sign in to comment.