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