Skip to content

Bump rexml from 3.2.5 to 3.3.6 #115

Bump rexml from 3.2.5 to 3.3.6

Bump rexml from 3.2.5 to 3.3.6 #115

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.6
- name: Install dependencies
run: bundle install
- name: Rubocop
run: rubocop
- name: Run tests
run: bundle exec rake spec
- name: Brakeman action
uses: artplan1/[email protected]
with:
flags: "--force"