Skip to content

Bump rexml from 3.2.6 to 3.3.3 #236

Bump rexml from 3.2.6 to 3.3.3

Bump rexml from 3.2.6 to 3.3.3 #236

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout
- uses: ruby/setup-ruby@v1
name: Setup Ruby
with:
ruby-version: 3.3.0
- name: 💅🏼 Lint
run: |
bundle install
bundle exec rubocop
- name: 🧪 Test App
run: |
bundle install
bin/rails test
- name: 🧪 Test Blog
run: |
bundle install
bin/rails test
working-directory: blog