Skip to content

Preparing for release, 0.5.0. #61

Preparing for release, 0.5.0.

Preparing for release, 0.5.0. #61

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true
- run: bundle exec rubocop