Skip to content

docs: add note about upgrade #211

docs: add note about upgrade

docs: add note about upgrade #211

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- name: Ruby linter
run: bundle exec standardrb