Sha256: e688db7c0fdef50f1da9edf7050804021426034bfa0f9f4c0e75d0e32bc5ae16
Contents?: true
Size: 318 Bytes
Versions: 1
Compression:
Stored size: 318 Bytes
Contents
name: Rubocop on: push jobs: rubocop: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 - run: gem install bundler -v 2.2.4 - run: bundle install - run: bundle exec rubocop
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tokenable-ruby-0.1.0 | .github/workflows/rubocop.yml |