Skip to content

Merge pull request #43 from runwaylab/dependabot/bundler/dev-ruby-dep… #114

Merge pull request #43 from runwaylab/dependabot/bundler/dev-ruby-dep…

Merge pull request #43 from runwaylab/dependabot/bundler/dev-ruby-dep… #114

Workflow file for this run

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