File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - .ruby-version
1818 - ruby/**/*.rb
1919 - ruby/**/*.rbs
20+ - ruby/Gemfile
21+ - ruby/Gemfile.lock
2022 - ruby/rubocop.yml
2123 - ruby/rubocop_todo.yml
2224 - ruby/Steepfile
2729 - .ruby-version
2830 - ruby/**/*.rb
2931 - ruby/**/*.rbs
32+ - ruby/Gemfile
33+ - ruby/Gemfile.lock
3034 - ruby/rubocop.yml
3135 - ruby/rubocop_todo.yml
3236 - ruby/Steepfile
@@ -54,11 +58,15 @@ jobs:
5458 .github/workflows/ruby.yml
5559 .ruby-version
5660 ruby/**/*.rb
61+ ruby/Gemfile
62+ ruby/Gemfile.lock
5763 rubocop: |
5864 .github/actions/setup-ruby/action.yml
5965 .github/workflows/ruby.yml
6066 .ruby-version
6167 ruby/**/*.rb
68+ ruby/Gemfile
69+ ruby/Gemfile.lock
6270 ruby/rubocop.yml
6371 ruby/rubocop_todo.yml
6472 steep: |
6775 .ruby-version
6876 ruby/**/*.rb
6977 ruby/**/*.rbs
78+ ruby/Gemfile
79+ ruby/Gemfile.lock
7080 ruby/Steepfile
7181 minitest :
7282 timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments