Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Bump aws-sdk-s3 from 1.143.0 to 1.144.0 #2136

Bump aws-sdk-s3 from 1.143.0 to 1.144.0

Bump aws-sdk-s3 from 1.143.0 to 1.144.0 #2136

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.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Install dependencies
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Check source files using `rubocop`
run: rubocop