Skip to content

style: update standard gem and fix all new formatting errors #10

style: update standard gem and fix all new formatting errors

style: update standard gem and fix all new formatting errors #10

Workflow file for this run

name: StandardRB
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
standardrb:
name: StandardRB Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Bundle
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run standardrb
run: bin/standardrb