Skip to content

Merge pull request #577 from slack-ruby/dependabot/github_actions/act… #1742

Merge pull request #577 from slack-ruby/dependabot/github_actions/act…

Merge pull request #577 from slack-ruby/dependabot/github_actions/act… #1742

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rubocop