Skip to content

Bump puma from 5.6.5 to 5.6.7 #211

Bump puma from 5.6.5 to 5.6.7

Bump puma from 5.6.5 to 5.6.7 #211

Workflow file for this run

name: Lintering by rubocop
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1.2']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop