Sha256: 88d353e6bc463e11f7b406def1543a9b420331c6cf26bbf0cfe6e61c955a2a9d

Contents?: true

Size: 333 Bytes

Versions: 2

Compression:

Stored size: 333 Bytes

Contents

---
name: test
on: [push, pull_request]
jobs:
  lint:
    name: RuboCop
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 2.7
          bundler-cache: true
      - name: Run RuboCop
        run: bundle exec rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slack-ruby-bot-server-2.0.1 .github/workflows/rubocop.yml
slack-ruby-bot-server-1.2.1 .github/workflows/rubocop.yml