Skip to content

Bump version (#30)

Bump version (#30) #32

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop