Skip to content

Automatically Generated: Update Dynamic Section in README #49

Automatically Generated: Update Dynamic Section in README

Automatically Generated: Update Dynamic Section in README #49

Workflow file for this run

name: CI
on: [pull_request]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.2, 3.1, '3.0', 2.7]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rake
- name: Run StandardRB
run: bundle exec standardrb