Skip to content

build: bump to v1.3.1 #46

build: bump to v1.3.1

build: bump to v1.3.1 #46

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Run Standard
run: bundle exec standardrb --fail-level A