Skip to content

Version 2.0.0 is released #14

Version 2.0.0 is released

Version 2.0.0 is released #14

Workflow file for this run

name: Rubocop
on:
push:
branches: [master, main]
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Lint Ruby code with RuboCop
run: |
bundle exec rubocop