Skip to content

Merge pull request #62 from github/dependabot/bundler/ruby-dependenci… #164

Merge pull request #62 from github/dependabot/bundler/ruby-dependenci…

Merge pull request #62 from github/dependabot/bundler/ruby-dependenci… #164

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # pin@v1.187.0
with:
bundler-cache: true
- name: lint
run: bundle exec rubocop -c .rubocop.yml lib/ spec/