Sha256: 068549c9b2a5ae418052bdb333e7dba867eeb9227e062731968d77e47b7aa66f

Contents?: true

Size: 634 Bytes

Versions: 10

Compression:

Stored size: 634 Bytes

Contents

name: Rubocop

on: [pull_request]

jobs:
  test:
    runs-on: ubuntu-latest

    strategy:
      matrix:
        ruby-version: ["2.7", "2.6", "2.5"]

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby ${{ matrix.ruby-version }}
    # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
    # change this to (see https://github.com/ruby/setup-ruby#versioning):
    # uses: ruby/setup-ruby@v1
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
    - name: Install dependencies
      run: bundle install
    - name: Run rubocop
      run: bundle exec rubocop

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
autoproj-2.16.0 .github/workflows/lint.yml
autobuild-1.24.0 .github/workflows/lint.yml
autobuild-1.23.1 .github/workflows/lint.yml
autoproj-2.15.3 .github/workflows/lint.yml
autoproj-2.15.2 .github/workflows/lint.yml
autoproj-2.15.1 .github/workflows/lint.yml
autobuild-1.23.0 .github/workflows/lint.yml
autoproj-2.15.0 .github/workflows/lint.yml
autobuild-1.22.1 .github/workflows/lint.yml
autobuild-1.22.0 .github/workflows/lint.yml