Skip to content

remove legacy container job, but test on 1.9 instead of 2.x except 2.7 #153

remove legacy container job, but test on 1.9 instead of 2.x except 2.7

remove legacy container job, but test on 1.9 instead of 2.x except 2.7 #153

Workflow file for this run

name: rubocop
on:
push:
pull_request:
schedule:
- cron: 45 4 * * 4
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3'
bundler-cache: true
- run: bundle exec rubocop