Skip to content

Commit

Permalink
Replace CircleCI badge with GitHub Actions badge
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Dahlgren <[email protected]>
  • Loading branch information
sebdah committed May 16, 2020
1 parent a6cf4f4 commit 4866cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# goldie - Golden test utility for Go

[![GoDoc](https://godoc.org/github.com/sebdah/goldie?status.svg)](https://godoc.org/github.com/sebdah/goldie)
[![CircleCI](https://circleci.com/gh/sebdah/goldie.svg?style=svg)](https://circleci.com/gh/sebdah/goldie)
![Go](https://github.com/sebdah/goldie/workflows/Go/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/sebdah/goldie)](https://goreportcard.com/report/github.com/sebdah/goldie)

`goldie` is a golden file test utility for Go projects. It's typically used for
Expand Down

0 comments on commit 4866cdf

Please sign in to comment.