Skip to content

Add GraphQL/ContextWriteInType cop (#183) #487

Add GraphQL/ContextWriteInType cop (#183)

Add GraphQL/ContextWriteInType cop (#183) #487

Workflow file for this run

name: Rubocop
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Lint Ruby code with RuboCop
run: |
bundle install --gemfile gemfiles/style.gemfile --jobs 4 --retry 3
bundle exec --gemfile gemfiles/style.gemfile rubocop