.github/workflows/rubocop.yml in jekyll-toc-0.13.1 vs .github/workflows/rubocop.yml in jekyll-toc-0.14.0

- old
+ new

@@ -4,15 +4,16 @@ build: strategy: matrix: ruby: [2.6] runs-on: ubuntu-latest + name: rubocop 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 + - 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