Skip to content

Stop checking exception message #112

Stop checking exception message

Stop checking exception message #112

Workflow file for this run

name: Run rubocop
on:
push:
pull_request:
schedule:
- cron: '3 20 * * SUN'
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
- run: bundle install
- run: bundle exec rake -t rubocop