Skip to content

Implement advisory locks and some other methods #17

Implement advisory locks and some other methods

Implement advisory locks and some other methods #17

Workflow file for this run

name: RuboCop
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel