Skip to content

Pin the deprecation mode against mutation #732

Pin the deprecation mode against mutation

Pin the deprecation mode against mutation #732

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.1
- uses: ruby/setup-ruby@v1.321.0
with:
ruby-version: ruby
bundler-cache: true
- run: bundle exec rake rubocop