Skip to content

Add changelog note about using .ruby-version file #396

Add changelog note about using .ruby-version file

Add changelog note about using .ruby-version file #396

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bin/rubocop
- run: bin/rspec
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
with:
directory: tmp/simple_cov