File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 9
9
- master
10
10
11
11
jobs :
12
+ lint :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2
16
+ - uses : ruby/setup-ruby@v1
17
+ with :
18
+ ruby-version : ' 2.6'
19
+ bundler-cache : true
20
+ - run : bundle exec standardrb
12
21
test :
22
+ needs : lint
13
23
strategy :
14
24
matrix :
15
25
rails : ['5.2', '6.0.4', '6.1']
Original file line number Diff line number Diff line change 1
1
# ice_cube - Easy schedule expansion
2
2
3
- [ ![ Tests] ( https://github.com/seejohnrun/ice_cube/workflows/Tests /badge.svg )] ( https://github.com/seejohnrun/ice_cube/actions?query=workflow%3ATests )
3
+ [ ![ Tests] ( https://github.com/seejohnrun/ice_cube/actions/ workflows/tests.yaml /badge.svg )] ( https://github.com/seejohnrun/ice_cube/actions/workflows/tests.yaml )
4
4
[ ![ Gem Version] ( https://badge.fury.io/rb/ice_cube.svg )] ( http://badge.fury.io/rb/ice_cube )
5
5
[ ![ Ruby Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://github.com/testdouble/standard )
6
6
You can’t perform that action at this time.
0 commit comments