Skip to content

Bump rails from 7.0.6 to 7.0.7 #13

Bump rails from 7.0.6 to 7.0.7

Bump rails from 7.0.6 to 7.0.7 #13

name: Rubocop
on:
pull_request:
# If updating `paths-ignore` then update rubocop.yml to match
paths-ignore:
- 'config/rubocop/**/*.yml'
- '.rubocop.yml'
- '**.arb'
- '**.rake'
- '**.rb'
- '*.gemspec'
- 'gemfiles/**/Gemfile*'
- 'Gemfile*'
- 'Rakefile'
jobs:
rubocop:
name: Run rubocop
if: false
runs-on: ubuntu-latest
steps:
- run: echo "Do nothing"