Skip to content

Commit

Permalink
Add Hackage and GH actions badges for each project
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 28, 2020
1 parent 972abf1 commit 7f4bf92
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rollbar-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rollbar CLI

![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
![Hackage](https://img.shields.io/hackage/v/rollbar-cli)

Simple CLI tool to perform commons tasks such as tracking deploys.

## Getting Started
Expand Down
3 changes: 3 additions & 0 deletions rollbar-client/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rollbar Client

![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
![Hackage](https://img.shields.io/hackage/v/rollbar-client)

Core library to communicate with [Rollbar
API](https://explorer.docs.rollbar.com/).

Expand Down
3 changes: 3 additions & 0 deletions rollbar-wai/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rollbar WAI

![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
![Hackage](https://img.shields.io/hackage/v/rollbar-wai)

Provides error reporting capabilities to
[WAI](http://hackage.haskell.org/package/wai) based applications through
[Rollbar API](https://explorer.docs.rollbar.com/).
Expand Down
3 changes: 3 additions & 0 deletions rollbar-yesod/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rollbar Yesod

![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
![Hackage](https://img.shields.io/hackage/v/rollbar-yesod)

Provides error reporting capabilities to [Yesod](https://www.yesodweb.com/)
applications through [Rollbar API](https://explorer.docs.rollbar.com/).

Expand Down

0 comments on commit 7f4bf92

Please sign in to comment.