Sha256: 211fb391fa9ea8b7d1ae843483a8ed500c34a04e320a04bc3a22426c2921e058
Contents?: true
Size: 457 Bytes
Versions: 3
Compression:
Stored size: 457 Bytes
Contents
name: RuboCop on: [pull_request] jobs: build: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.6 - name: Run RuboCop linter uses: reviewdog/action-rubocop@v1 with: github_token: ${{ secrets.github_token }} rubocop_version: 1.10.0 rubocop_extensions: rubocop-performance:gemfile rubocop-rspec:gemfile
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
icasework-0.1.1 | .github/workflows/rubocop.yml |
icasework-0.1.0 | .github/workflows/rubocop.yml |
infreemation-0.2.3 | .github/workflows/rubocop.yml |