Skip to content

chore(lint): adopt Standard Ruby, replacing rubocop-shopify (#152) #3

chore(lint): adopt Standard Ruby, replacing rubocop-shopify (#152)

chore(lint): adopt Standard Ruby, replacing rubocop-shopify (#152) #3

Workflow file for this run

name: "Standard"
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
standard:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0'
bundler-cache: true
- name: Standard run
run: bundle exec standardrb