Skip to content

add yarddoc (N1QL, view and couchbase orm top level project) #13

add yarddoc (N1QL, view and couchbase orm top level project)

add yarddoc (N1QL, view and couchbase orm top level project) #13

Workflow file for this run

name: Linters
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
rubocop:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.7
- name: Run rubocop
run: bundle exec rubocop