Sha256: 47d24771c87b43184cb684a145ebb7528fa7a941e388a92b8dac660ba0dabb6e
Contents?: true
Size: 497 Bytes
Versions: 5
Compression:
Stored size: 497 Bytes
Contents
name: Run rubocop on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - run: git fetch origin +refs/tags/*:refs/tags/* - name: Install Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 - name: Install and run Rubocop run: | bundle install bundle exec rubocop --cache false
Version data entries
5 entries across 5 versions & 1 rubygems