Skip to content

Commit 46ee629

Browse files
committed
✨ Badges FTW!
1 parent f814f04 commit 46ee629

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
# Ruby OpenID
22

3-
A Ruby library for verifying and serving OpenID identities.
3+
<div id="badges">
4+
5+
[![CI Supported Build][🚎s-wfi]][🚎s-wf]
6+
[![CI Unsupported Build][🚎us-wfi]][🚎us-wf]
7+
[![CI Style Build][🚎st-wfi]][🚎st-wf]
8+
[![CI Coverage Build][🚎cov-wfi]][🚎cov-wf]
9+
[![CI Heads Build][🚎hd-wfi]][🚎hd-wf]
10+
11+
[🚎s-wf]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/supported.yml
12+
[🚎s-wfi]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/supported.yml/badge.svg
13+
[🚎us-wf]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/unsupported.yml
14+
[🚎us-wfi]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/unsupported.yml/badge.svg
15+
[🚎st-wf]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/style.yml
16+
[🚎st-wfi]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/style.yml/badge.svg
17+
[🚎cov-wf]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/coverage.yml
18+
[🚎cov-wfi]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/coverage.yml/badge.svg
19+
[🚎hd-wf]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/heads.yml
20+
[🚎hd-wfi]: https://github.com/VitalConnectInc/ruby-openid2/actions/workflows/heads.yml/badge.svg
21+
22+
</div>
423

5-
[![Build Status](https://secure.travis-ci.org/openid/ruby-openid.svg)](http://travis-ci.org/openid/ruby-openid)
24+
A Ruby library for verifying and serving OpenID identities.
625

726
## Features
827

0 commit comments

Comments
 (0)