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