Sha256: c43d9b2bef83d68571b8684eb7a3aafd974385f5c6d30e125f10b8a854e998bd
Contents?: true
Size: 478 Bytes
Versions: 2
Compression:
Stored size: 478 Bytes
Contents
name: Rubocop on: push: branches: [master] pull_request: branches: [master] jobs: rubocop: name: Rubocop runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest] ruby: [ 2.7 ] steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Ruby linter run: bundle exec rubocop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
resque-scheduler-4.10.2 | .github/workflows/rubocop.yml |
resque-scheduler-4.10.1 | .github/workflows/rubocop.yml |