Sha256: 253172b5673328139ef873694ded2875517428e93a546db0c0591225f053304a
Contents?: true
Size: 545 Bytes
Versions: 4
Compression:
Stored size: 545 Bytes
Contents
name: CI on: [push, pull_request] env: SRB_SKIP_GEM_RBIS: true jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1' ] name: Test Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Lint Ruby files run: bin/rubocop - name: Run tests run: bin/rspec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rubocop-sorbet-0.6.11 | .github/workflows/ci.yml |
rubocop-sorbet-0.6.10 | .github/workflows/ci.yml |
rubocop-sorbet-0.6.9 | .github/workflows/ci.yml |
rubocop-sorbet-0.6.8 | .github/workflows/ci.yml |