Skip to content

Merge pull request #9 from yaroslavrick/dependabot/bundler/rswag-2.10.1 #81

Merge pull request #9 from yaroslavrick/dependabot/bundler/rswag-2.10.1

Merge pull request #9 from yaroslavrick/dependabot/bundler/rswag-2.10.1 #81

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 -c .rubocop.yml