Skip to content

Bump rexml from 3.2.6 to 3.2.8 #1370

Bump rexml from 3.2.6 to 3.2.8

Bump rexml from 3.2.6 to 3.2.8 #1370

Workflow file for this run

---
name: Main
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
# env:
# RAILS_ENV: test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '19'
cache: 'npm'
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: make ci-setup
- run: make check