Skip to content

Lint: Fix RSpec subject cops (#1190) #55

Lint: Fix RSpec subject cops (#1190)

Lint: Fix RSpec subject cops (#1190) #55

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
- name: RuboCop
run: bin/rubocop --format github --format clang