Sha256: eb4ac0f4f23ef02cbf46a1ad14cd220021f1ff43bd0bd52578c0f6598f013d8b
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 Bytes
Contents
name: RuboCop on: [push] jobs: 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-toc-0.14.0 | .github/workflows/rubocop.yml |