Skip to content

bumping version

bumping version #12

Workflow file for this run

name: Lint
on:
push:
branches:
- '**'
jobs:
tests:
name: Sorbet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- run: bundle install --jobs 4 --retry 3
- run: bundle exec standardrb