Skip to content

stick to ubuntu-22.04 on failing github workflow for now #230

stick to ubuntu-22.04 on failing github workflow for now

stick to ubuntu-22.04 on failing github workflow for now #230

Workflow file for this run

name: rubocop
on:
push:
pull_request:
schedule:
- cron: 45 4 * * 3
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