Skip to content

docs: document flat_one and oj_serializers/sugar #67

docs: document flat_one and oj_serializers/sugar

docs: document flat_one and oj_serializers/sugar #67

Workflow file for this run

name: Rubocop
on:
push:
branches:
- master
- main
pull_request:
branches:
- '**'
jobs:
build:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: [
"3.0"
]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Rubocop
run: bin/rubocop