Sha256: c650b20a12c35986721000e996952a8d6fe0ddfaacdfb729721399664122878e
Contents?: true
Size: 530 Bytes
Versions: 3
Compression:
Stored size: 530 Bytes
Contents
name: tests on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby: [ '2.6', '3.2' ] steps: - uses: actions/checkout@v3 with: fetch-depth: 0 # i.e. full history, needed for tests - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Install dependencies run: bundle install --jobs 4 - name: Test with Rake run: bundle exec rake
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubocop-git2-0.1.6 | .github/workflows/tests.yml |
rubocop-git2-0.1.5 | .github/workflows/tests.yml |
rubocop-git2-0.1.4 | .github/workflows/tests.yml |