Sha256: cf2e2d74b4976dbf8b97094ed695c76f167ca8ccef4c09ab56c4d2734d4f4e9c
Contents?: true
Size: 543 Bytes
Versions: 22
Compression:
Stored size: 543 Bytes
Contents
name: Build Status on: push: branches: - main # Using the Ruby teams https://github.com/ruby/setup-ruby, not the Github # team's https://github.com/actions/setup-ruby jobs: validate: runs-on: ubuntu-latest steps: - name: Git clone uses: actions/checkout@v2 with: fetch-depth: 2 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' bundler-cache: true - name: Run tests id: test run: bundle exec rake spec
Version data entries
22 entries across 22 versions & 2 rubygems