File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - master
1010
1111jobs :
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
1221 test :
22+ needs : lint
1323 strategy :
1424 matrix :
1525 rails : ['5.2', '6.0.4', '6.1']
Original file line number Diff line number Diff line change 11# ice_cube - Easy schedule expansion
22
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 )
44[ ![ Gem Version] ( https://badge.fury.io/rb/ice_cube.svg )] ( http://badge.fury.io/rb/ice_cube )
55[ ![ Ruby Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://github.com/testdouble/standard )
66
You can’t perform that action at this time.
0 commit comments