Skip to content

Let Rainbow handle color management #313

Let Rainbow handle color management

Let Rainbow handle color management #313

Workflow file for this run

name: Linting
on:
pull_request:
paths:
- "**/*.rb"
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: yettoapp/actions/setup-languages@main
with:
ruby: true
- name: Rubocop
run: bundle exec rake rubocop