Sha256: ffb3199cad63c7827af6826e30a09fec2465137175792bfa2aabdb60c21a2457

Contents?: true

Size: 500 Bytes

Versions: 1

Compression:

Stored size: 500 Bytes

Contents

name: Lint
on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]
jobs:
  lint:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v3
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1.131.0
        with:
          ruby-version: 3.2
          bundler-cache: true
      - name: Install dependencies
        env:
          ACTIVE_RECORD_VERSION: 7.0
        run: bundle install --jobs 3 --retry 3
      - name: Run tests
        run: bundle exec rubocop -D

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_hashids-0.2.0 .github/workflows/rubocop.yml