Skip to content

Bump rexml from 3.3.6 to 3.3.9 (#177) #416

Bump rexml from 3.3.6 to 3.3.9 (#177)

Bump rexml from 3.3.6 to 3.3.9 (#177) #416

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
bundler-cache: true
- name: RuboCop
run: NO_GRADUAL=1 bin/rubocop --format github