Skip to content

Bump rexml from 3.2.5 to 3.2.8 (#4) #26

Bump rexml from 3.2.5 to 3.2.8 (#4)

Bump rexml from 3.2.5 to 3.2.8 (#4) #26

Workflow file for this run

name: Ruby
on: ['push']
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.1.2'
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Rake
run: bundle exec rake
- name: Run Steep
run: gem install steep && steep check --severity-level=error