Sha256: 0325fd7c1f79633ea8ea19852bafcbde97d5e463b2d7dbccbf3b7f14e37c29eb
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
--- name: lint 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-bot-server-events-0.3.2 | .github/workflows/rubocop.yml |