Sha256: e0f5b762a1707444d16f99f5d9d71936f6c4ab92b6d978a53390292235eff4e1

Contents?: true

Size: 460 Bytes

Versions: 22

Compression:

Stored size: 460 Bytes

Contents

name: 'Lint'

on: push

jobs:
  run-rubocop:
    name: Lint code
    strategy:
      fail-fast: false
      matrix:
        rubyVersion: ["2.7.6"]
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.rubyVersion }}
          bundler-cache: true
          cache-version: "${{ matrix.rubyVersion }}-0"
      - name: Run RuboCop
        run: bundle exec rubocop

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
instrument_all_the_things-5.0.1 .github/workflows/lint.yaml
dynamoid_advanced_where-1.8.0 .github/workflows/lint.yml
instrument_all_the_things-5.0.0 .github/workflows/lint.yaml
instrument_all_the_things-4.0.0 .github/workflows/lint.yaml
instrument_all_the_things-3.1.2 .github/workflows/lint.yaml
instrument_all_the_things-3.1.2.pre1 .github/workflows/lint.yaml
s3_selector-0.1.1 .github/workflows/lint.yaml
instrument_all_the_things-3.1.1 .github/workflows/lint.yaml
dynamoid_advanced_where-1.7.1 .github/workflows/lint.yml
dynamoid_advanced_where-1.7.0 .github/workflows/lint.yml
dynamoid_advanced_where-1.6.0 .github/workflows/lint.yml
dynamoid_advanced_where-1.5.1 .github/workflows/lint.yml
instrument_all_the_things-3.1.0 .github/workflows/lint.yaml
instrument_all_the_things-3.1.0.pre1 .github/workflows/lint.yaml
instrument_all_the_things-3.0.0 .github/workflows/lint.yaml
instrument_all_the_things-3.0.0.pre1 .github/workflows/lint.yaml
dynamoid_advanced_where-1.5.0 .github/workflows/lint.yml
instrument_all_the_things-2.0.2 .github/workflows/lint.yaml
dynamoid_lockable-1.1.0 .github/workflows/lint.yaml
instrument_all_the_things-2.0.1 .github/workflows/lint.yaml