Skip to content

Commit

Permalink
doc: add audit badge for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentserpoul committed Apr 8, 2022
1 parent 60c70c9 commit 8b600d4
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,3 +1,3 @@
# httpwrapper [![Documentation](https://godoc.org/github.com/induzo/httpwrapper?status.svg)](http://godoc.org/github.com/induzo/httpwrapper) [![Go Report Card](https://goreportcard.com/badge/github.com/induzo/httpwrapper)](https://goreportcard.com/report/github.com/induzo/httpwrapper) [![Coverage Status](https://coveralls.io/repos/github/induzo/httpwrapper/badge.svg?branch=)](https://coveralls.io/github/induzo/httpwrapper?branch=main) [![Maintainability](https://api.codeclimate.com/v1/badges/163ea119e152dab7c834/maintainability)](https://codeclimate.com/github/induzo/httpwrapper/maintainability)
# httpwrapper [![Documentation](https://godoc.org/github.com/induzo/httpwrapper?status.svg)](http://godoc.org/github.com/induzo/httpwrapper) [![audit](https://github.com/induzo/httpwrapper/actions/workflows/audit.yml/badge.svg)](https://github.com/induzo/httpwrapper/actions/workflows/audit.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/induzo/httpwrapper)](https://goreportcard.com/report/github.com/induzo/httpwrapper) [![Coverage Status](https://coveralls.io/repos/github/induzo/httpwrapper/badge.svg?branch=)](https://coveralls.io/github/induzo/httpwrapper?branch=main) [![Maintainability](https://api.codeclimate.com/v1/badges/163ea119e152dab7c834/maintainability)](https://codeclimate.com/github/induzo/httpwrapper/maintainability)

wrap your API to save you from boilerplate code

0 comments on commit 8b600d4

Please sign in to comment.