Skip to content

🚨 [security] Update rexml 3.3.2 → 3.3.4 (patch) #445

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

🚨 [security] Update rexml 3.3.2 → 3.3.4 (patch) #445

Workflow file for this run

name: Specs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
spec:
runs-on: ubuntu-latest
name: spec
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: Run tests
run: |
cp dotenv.example .env
bundle exec rspec --color --format documentation