summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2020-04-03 12:31:52 -0400
committerGitHub <[email protected]>2020-04-03 12:31:52 -0400
commit854aa644a6897022cab3dc5974bc19f0367f9055 (patch)
tree2bb7c6c26860731a87f65ade08a84017ac2350e9 /README.md
parent6f3675fdf12421b56abafbc514ba723e6e4d696d (diff)
parent1fc1a6f6dfb7a332ea90974acd09dadcdf2c2b11 (diff)
Merge pull request #110 from alexflint/github-actions
Set up CI using github actions
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a9eeee8..cefeadc 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
[![GoDoc](https://godoc.org/github.com/alexflint/go-arg?status.svg)](https://godoc.org/github.com/alexflint/go-arg)
-[![Build Status](https://travis-ci.org/alexflint/go-arg.svg?branch=master)](https://travis-ci.org/alexflint/go-arg)
+[![Build Status](https://github.com/alexflint/go-arg/workflows/Go/badge.svg)](https://github.com/alexflint/go-arg/actions)
[![GolangCI](https://golangci.com/badges/github.com/alexflint/go-arg.svg)](https://golangci.com/r/github.com/alexflint/go-arg)
-[![Coverage Status](https://coveralls.io/repos/alexflint/go-arg/badge.svg?branch=master&service=github)](https://coveralls.io/github/alexflint/go-arg?branch=master)
+-[![Coverage](https://coveralls.io/repos/alexflint/go-arg/badge.svg?branch=master&service=github)](https://coveralls.io/github/alexflint/go-arg?branch=master)
[![Report Card](https://goreportcard.com/badge/github.com/alexflint/go-arg)](https://goreportcard.com/badge/github.com/alexflint/go-arg)
+
## Structured argument parsing for Go
```shell