File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed
Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Set up Ruby
2020 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 1+ ---
2+ on :
3+ push :
4+ branches :
5+ - main
6+
7+ permissions :
8+ contents : write
9+ pull-requests : write
10+
11+ name : release-please
12+
13+ jobs :
14+ release-please :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : google-github-actions/release-please-action@v4
18+ with :
19+ token : ${{ secrets.GITHUB_TOKEN }}
20+ release-type : simple
Original file line number Diff line number Diff line change 11---
2- name : Specs
2+ name : Tests
33
44on :
55 pull_request :
99
1010jobs :
1111 tests :
12+ name : RSpec
1213 runs-on : ubuntu-latest
1314
1415 strategy :
1718
1819 steps :
1920 - name : Checkout repository
20- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2122
2223 - name : Set up Ruby
2324 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 33[ ![ Gem Version] ( https://badge.fury.io/rb/tiny_admin.svg )] ( https://badge.fury.io/rb/tiny_admin )
44[ ![ Gem Downloads] ( https://badgen.net/rubygems/dt/tiny_admin )] ( https://rubygems.org/gems/tiny_admin )
55[ ![ Linters] ( https://github.com/blocknotes/tiny_admin/actions/workflows/linters.yml/badge.svg )] ( https://github.com/blocknotes/tiny_admin/actions/workflows/linters.yml )
6- [ ![ Specs] ( https://github.com/blocknotes/tiny_admin/actions/workflows/specs .yml/badge.svg )] ( https://github.com/blocknotes/tiny_admin/actions/workflows/specs .yml )
6+ [ ![ Specs] ( https://github.com/blocknotes/tiny_admin/actions/workflows/tests .yml/badge.svg )] ( https://github.com/blocknotes/tiny_admin/actions/workflows/tests .yml )
77
88A compact and composable dashboard component for Ruby.
99
You can’t perform that action at this time.
0 commit comments