Skip to content

Fixed changelog

Fixed changelog #1300

Workflow file for this run

name: Rubocop
on: push
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle install
- name: Rubocop
run: bundle exec rubocop