Sha256: fd4fb064f3129b1305fefaf07811b7b31026728206a4fee550aec3c5135b23d6

Contents?: true

Size: 431 Bytes

Versions: 36

Compression:

Stored size: 431 Bytes

Contents

---
name: rake
on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
jobs:
  test:
    strategy:
      matrix:
        os: [ubuntu-20.04, macos-12]
        ruby: ['2.7', '3.0']
    runs-on: ${{ matrix.os }}
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
      - run: bundle update
      - run: bundle exec rake

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
cobench-0.0.36 .github/workflows/rake.yml
cobench-0.0.35 .github/workflows/rake.yml
cobench-0.0.34 .github/workflows/rake.yml
cobench-0.0.33 .github/workflows/rake.yml
cobench-0.0.32 .github/workflows/rake.yml
cobench-0.0.31 .github/workflows/rake.yml
cobench-0.0.30 .github/workflows/rake.yml
cobench-0.0.29 .github/workflows/rake.yml
cobench-0.0.28 .github/workflows/rake.yml
cobench-0.0.27 .github/workflows/rake.yml
cobench-0.0.26 .github/workflows/rake.yml
cobench-0.0.25 .github/workflows/rake.yml
cobench-0.0.24 .github/workflows/rake.yml
cobench-0.0.23 .github/workflows/rake.yml
cobench-0.0.22 .github/workflows/rake.yml
cobench-0.0.21 .github/workflows/rake.yml
cobench-0.0.20 .github/workflows/rake.yml
cobench-0.0.19 .github/workflows/rake.yml
cobench-0.0.18 .github/workflows/rake.yml
cobench-0.0.17 .github/workflows/rake.yml