Sha256: dfc230fefc88dd1d5f0dc8bc4ede4c6c47f3208537c4f19fd98acc6b00861123
Contents?: true
Size: 465 Bytes
Versions: 2
Compression:
Stored size: 465 Bytes
Contents
name: RuboCop on: [push, pull_request] jobs: build: strategy: matrix: ruby: [2.7] runs-on: ubuntu-latest name: rubocop steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby }} uses: actions/setup-ruby@v1 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.16.1 | .github/workflows/rubocop.yml |
jekyll-toc-0.16.0 | .github/workflows/rubocop.yml |