File tree 5 files changed +37
-21
lines changed
5 files changed +37
-21
lines changed Original file line number Diff line number Diff line change
1
+ github : [dblock]
Original file line number Diff line number Diff line change
1
+ name : Rubocop
2
+ on : [push, pull_request]
3
+ jobs :
4
+ lint :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : actions/checkout@v2
8
+ - name : Set up Ruby
9
+ uses : ruby/setup-ruby@v1
10
+ with :
11
+ ruby-version : 2.7
12
+ bundler-cache : true
13
+ - run : bundle exec rubocop
Original file line number Diff line number Diff line change
1
+ name : Tests
2
+ on : [push, pull_request]
3
+ jobs :
4
+ test :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : actions/checkout@v2
8
+ - name : Set up Ruby
9
+ uses : ruby/setup-ruby@v1
10
+ with :
11
+ ruby-version : 2.6.5
12
+ bundler-cache : true
13
+ - uses : browser-actions/setup-geckodriver@latest
14
+ with :
15
+ geckodriver-version : 0.18.0
16
+ - uses : browser-actions/setup-firefox@latest
17
+ with :
18
+ firefox-version : ' 54.0'
19
+ - uses : GabrielBB/xvfb-action@v1
20
+ with :
21
+ run : |
22
+ bundle exec rake spec
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
Grape API on Rack
2
2
=================
3
3
4
- [ ![ Build Status ] ( https://travis-ci.org/ruby- grape/grape-on-rack. svg?branch=master )] ( https://travis-ci.org/ruby- grape/grape-on-rack )
4
+ [ ![ Test ] ( https://github.com/ grape/grape-on-rack/actions/workflows/test.yml/badge. svg?branch=master )] ( https://github.com/ grape/grape-on-rack/actions/workflows/test.yml )
5
5
[ ![ Code Climate] ( https://codeclimate.com/github/ruby-grape/grape-on-rack.svg )] ( https://codeclimate.com/github/ruby-grape/grape-on-rack )
6
6
7
7
A [ Grape] ( http://github.com/ruby-grape/grape ) API mounted on Rack.
You can’t perform that action at this time.
0 commit comments