Skip to content

Bump rexml from 3.2.5 to 3.3.9 in /2021/ruby #34

Bump rexml from 3.2.5 to 3.3.9 in /2021/ruby

Bump rexml from 3.2.5 to 3.3.9 in /2021/ruby #34

Workflow file for this run

name: 2024-ruby
on:
pull_request:
push:
paths:
- 2024/ruby/**
defaults:
run:
working-directory: ./2024/ruby
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ./.github/shared/setup
- name: Run rubocop
run: bundle exec rubocop
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ./.github/shared/setup
- name: Run tests
run: bundle exec rspec