Skip to content

Commit 770d349

Browse files
Update actions: Bump Ruby + remove rubocop from running (#30)
* Bump GH actions to use Ruby 3.2.2 * Ignore rubocop from rakefile
1 parent f6bd596 commit 770d349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.1.2'
17+
- '3.2.2'
1818

1919
steps:
2020
- uses: actions/checkout@v3

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ require "rubocop/rake_task"
99

1010
RuboCop::RakeTask.new
1111

12-
task default: %i[spec rubocop]
12+
task default: %i[spec] # rubocop still working on it

0 commit comments

Comments
 (0)