Skip to content

Bump standard from 1.32.1 to 1.33.0 #232

Bump standard from 1.32.1 to 1.33.0

Bump standard from 1.32.1 to 1.33.0 #232

Workflow file for this run

---
name: "Lint"
on:
push:
branches: ['main']
pull_request:
types: ['opened', 'reopened', 'synchronize', 'unlocked']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1.152.0
with:
ruby-version: '3.2.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Lint Ruby files
run: bundle exec standardrb