mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Ruby 3.4.1 => 3.4.2 (#11329)
Add built packages for linux/386 to update-ruby Add built packages for linux/amd64 to update-ruby Add built packages for linux/arm/v7 to update-ruby Bump versions in workflow files Lint Rubocop.yml Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1abf4d550a
commit
0fdf0cffde
2
.github/workflows/Repology.yml
vendored
2
.github/workflows/Repology.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.4.1'
|
||||
ruby-version: '3.4.2'
|
||||
- name: Install highline
|
||||
run: sudo apt install -y ruby-highline
|
||||
- name: Install activesupport
|
||||
|
||||
12
.github/workflows/Rubocop.yml
vendored
12
.github/workflows/Rubocop.yml
vendored
@@ -14,12 +14,12 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.3'
|
||||
ruby-version: '3.4'
|
||||
- name: Rubocop
|
||||
uses: reviewdog/action-rubocop@v2
|
||||
with:
|
||||
fail_level: any
|
||||
filter_mode: nofilter
|
||||
only_changed: true
|
||||
reporter: github-pr-review
|
||||
rubocop_extensions: rubocop-chromebrew
|
||||
fail_on_error: true
|
||||
filter_mode: nofilter
|
||||
only_changed: true
|
||||
reporter: github-pr-review
|
||||
rubocop_extensions: rubocop-chromebrew
|
||||
|
||||
Reference in New Issue
Block a user