Skip to content

Merge pull request #53 from github/dependabot/github_actions/github-a… #173

Merge pull request #53 from github/dependabot/github_actions/github-a…

Merge pull request #53 from github/dependabot/github_actions/github-a… #173

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@7dc18ff0ca6e3630d3f29d2a85ebf6cc27ae9d6c # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: rubocop
run: bundle exec rubocop -c .rubocop.yml lib/ spec/