Skip to content

Bump rake from 13.0.6 to 13.1.0 #1854

Bump rake from 13.0.6 to 13.1.0

Bump rake from 13.0.6 to 13.1.0 #1854

Workflow file for this run

name: Ruby
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install dependencies
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Check source files using `rubocop`
run: rubocop