Skip to content

Set RUBY_FREE_AT_EXIT for Ruby >= 3.3.0 #190

Set RUBY_FREE_AT_EXIT for Ruby >= 3.3.0

Set RUBY_FREE_AT_EXIT for Ruby >= 3.3.0 #190

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- run: bundle install --jobs=3 --retry=3 --path=vendor/bundle
- run: bundle exec rubocop