Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Add note about gem deprecation #9

Add note about gem deprecation

Add note about gem deprecation #9

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.1'
bundler-cache: true
- run: bundle exec rake