Skip to content

Bump rexml from 3.3.8 to 3.3.9 in the bundler group (#171) #342

Bump rexml from 3.3.8 to 3.3.9 in the bundler group (#171)

Bump rexml from 3.3.8 to 3.3.9 in the bundler group (#171) #342

Workflow file for this run

name: Code Checks
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rspec
run: bundle exec rspec
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop