Skip to content

Fix colorized 1.9 hash syntax #234

Fix colorized 1.9 hash syntax

Fix colorized 1.9 hash syntax #234

Workflow file for this run

name: Lints
on:
merge_group:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Lint files with Rubocop
run: |
bundle exec rubocop