Skip to content

Merge pull request #410 from Shopify/rename-internal-variables-compil… #740

Merge pull request #410 from Shopify/rename-internal-variables-compil…

Merge pull request #410 from Shopify/rename-internal-variables-compil… #740

Workflow file for this run

name: Lint
on: push
jobs:
test:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Rubocop
run: bin/rubocop