Sha256: e937136801fc996144d7e6c71d8c522eff8277c965d329270f223e5e4b5301b1
Contents?: true
Size: 761 Bytes
Versions: 2
Compression:
Stored size: 761 Bytes
Contents
name: check on: push: pull_request: schedule: - cron: 45 4 * * 3 jobs: check: runs-on: ubuntu-latest strategy: matrix: ruby: - '2.0' - '2.1' - '2.2' - '2.3' - '2.4' - '2.5' - '2.6' - '2.7' - '3.0' - jruby-9.1 - jruby-9.2 fail-fast: false steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: "${{ matrix.ruby }}" bundler-cache: true - run: bundle exec rspec rubocop: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.0' bundler-cache: true - run: bundle exec rubocop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
image_size-2.1.2 | .github/workflows/check.yml |
image_size-2.1.1 | .github/workflows/check.yml |