Skip to content

Merge commit 'afef22a42d2ed796b3ce12fa5b48c060afd11389' into oauth2 #4

Merge commit 'afef22a42d2ed796b3ce12fa5b48c060afd11389' into oauth2

Merge commit 'afef22a42d2ed796b3ce12fa5b48c060afd11389' into oauth2 #4

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Run rubocop
run: |
bundle exec rubocop --format github