Skip to content

🚨 [security] Update rexml 3.3.4 → 3.3.6 (patch) #45

🚨 [security] Update rexml 3.3.4 → 3.3.6 (patch)

🚨 [security] Update rexml 3.3.4 → 3.3.6 (patch) #45

Workflow file for this run

name: pull_request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
rubygems: latest
bundler-cache: true
- name: Run RSpec
run: bundle exec rake spec
- name: Run RuboCop
run: bundle exec rake rubocop