Skip to content

Bump ws from 6.2.2 to 6.2.3 #221

Bump ws from 6.2.2 to 6.2.3

Bump ws from 6.2.2 to 6.2.3 #221

Workflow file for this run

name: Rubocop
on: [pull_request, push]
jobs:
rubocop:
name: Rubocop Check Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop