Skip to content

Update API from slack-api-ref@8a22e57 (2024-05-09) #648

Update API from slack-api-ref@8a22e57 (2024-05-09)

Update API from slack-api-ref@8a22e57 (2024-05-09) #648

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@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rubocop