mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Update badges
This commit is contained in:
parent
dce31d78d9
commit
56b369f0cb
2 changed files with 7 additions and 3 deletions
4
.github/workflows/jruby.yml
vendored
4
.github/workflows/jruby.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: jruby
|
||||
name: JRuby
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
@ -6,7 +6,7 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
test-jruby:
|
||||
test:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
@ -1,12 +1,16 @@
|
|||
# OmniAuth: Standardized Multi-Provider Authentication
|
||||
|
||||
[![Gem Version](http://img.shields.io/gem/v/omniauth.svg)][gem]
|
||||
[![Build Status](https://github.com/omniauth/omniauth/actions/workflows/main.yml/badge.svg)][githubactions]
|
||||
[![Ruby](https://github.com/omniauth/omniauth/actions/workflows/main.yml/badge.svg)][githubactions]
|
||||
[![TruffleRuby](https://github.com/omniauth/omniauth/actions/workflows/truffle_ruby.yml/badge.svg)](githubactionstruffle)
|
||||
[![JRuby](https://github.com/omniauth/omniauth/actions/workflows/jruby.yml/badge.svg)](githubactionsjruby)
|
||||
[![Code Climate](https://api.codeclimate.com/v1/badges/ffd33970723587806744/maintainability)][codeclimate]
|
||||
[![Coverage Status](http://img.shields.io/coveralls/omniauth/omniauth.svg)][coveralls]
|
||||
|
||||
[gem]: https://rubygems.org/gems/omniauth
|
||||
[githubactions]: https://github.com/omniauth/omniauth/actions/workflows/main.yml
|
||||
[githubactionstruffle]: https://github.com/omniauth/omniauth/actions/workflows/truffle_ruby.yml
|
||||
[githubactionsjruby]: https://github.com/omniauth/omniauth/actions/workflows/jruby.yml
|
||||
[codeclimate]: https://codeclimate.com/github/omniauth/omniauth
|
||||
[coveralls]: https://coveralls.io/r/omniauth/omniauth
|
||||
|
||||
|
|
Loading…
Reference in a new issue