Skip to content

docs: Remove CODE_OF_CONDUCT, add Contributing #5

docs: Remove CODE_OF_CONDUCT, add Contributing

docs: Remove CODE_OF_CONDUCT, add Contributing #5

Workflow file for this run

name: Test
on:
push:
jobs:
rspec:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Test
run: bundle exec rake