Sha256: 5301c1058c281c580ac71e7ecea391a14ee0afdf869c94e2ae763ded07e8d14a
Contents?: true
Size: 683 Bytes
Versions: 23
Compression:
Stored size: 683 Bytes
Contents
name: Rubocop on: pull_request: push: branches: - main jobs: lint: timeout-minutes: 10 runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: actions/cache@v2 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} restore-keys: | ${{ runner.os }}-gems- - name: Build docker image and run rubocop within it # See https://docs.codecov.io/docs/testing-with-docker run: | ./docker/build --ci ./docker/rubocop ${{ github.event.pull_request.base.sha }} ${{ github.sha }}
Version data entries
23 entries across 23 versions & 1 rubygems