Skip to content

Bump rexml from 3.3.1 to 3.3.3 in the bundler group #70

Bump rexml from 3.3.1 to 3.3.3 in the bundler group

Bump rexml from 3.3.1 to 3.3.3 in the bundler group #70

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: lint
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f # pin@v1.186.0
with:
bundler-cache: true
- name: lint
run: bundle exec rubocop -c .rubocop.yml lib/ spec/