Sha256: 39af882457ccad96dae763c812dc7121f41d4e5531d02dbbd7e8c3349704e6a9
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
name: Rubocop on: [push, pull_request] jobs: lint: 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 |
---|---|
iex-ruby-client-2.1.0 | .github/workflows/rubocop.yml |
iex-ruby-client-2.0.0 | .github/workflows/rubocop.yml |