Skip to content

Bump rexml from 3.2.4 to 3.2.8 #27

Bump rexml from 3.2.4 to 3.2.8

Bump rexml from 3.2.4 to 3.2.8 #27

Workflow file for this run

name: Linters
on: pull_request
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Setup Rubocop
run: |
gem install --no-document rubocop:'~>0.81.0' # https://docs.rubocop.org/en/stable/installation/
[ -f .rubocop.yml ] || wget https://github.com/microverseinc/linters-config/master/ruby/.rubocop.yml
- name: Rubocop Report
run: rubocop --color