Sha256: 9d959873f195de153b9da150d5038b1eb70b159c8c41545d1ad7973f8a6d8764

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

name: RuboCop
on: [push]
jobs:
  build:
    strategy:
      matrix:
        ruby: [2.6]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby ${{ matrix.ruby }}
      uses: eregon/use-ruby-action@master
      with:
        ruby-version: ${{ matrix.ruby }}
    - name: bundle install
      run: bundle install --jobs 4 --retry 3
    - name: Run RuboCop
      run: bundle exec rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-toc-0.13.1 .github/workflows/rubocop.yml
jekyll-toc-0.13.0 .github/workflows/rubocop.yml