Skip to content

docs: Update cops_threadsafety.adoc with a note about not editing the file directly #61

docs: Update cops_threadsafety.adoc with a note about not editing the file directly

docs: Update cops_threadsafety.adoc with a note about not editing the file directly #61

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
name: Rubocop
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # 'bundle install' and cache gems
ruby-version: "2.7"
- name: Run Rubocop
run: bundle exec rubocop