Skip to content

Use amazing print

Use amazing print #312

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@v3
- name: Set up Ruby
uses: yettoapp/actions/setup-languages@main
with:
ruby: true
- name: Rubocop
run: bundle exec rake rubocop