Skip to content

Bump rexml from 3.2.5 to 3.2.8 #3

Bump rexml from 3.2.5 to 3.2.8

Bump rexml from 3.2.5 to 3.2.8 #3

Workflow file for this run

name: Build
on:
push:
branches:
- master
paths-ignore:
- '.**'
- 'LICENSE'
- 'ACKNOWLEDGEMENTS'
- '**.md'
- '**.txt'
- '**.yml'
pull_request:
paths-ignore:
- '.**'
- 'LICENSE'
- 'ACKNOWLEDGEMENTS'
- '**.md'
- '**.txt'
- '**.yml'
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.1.2'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake