Skip to content

Bump to version 0.3.0 #71

Bump to version 0.3.0

Bump to version 0.3.0 #71

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- run: bundle exec standardrb