Sha256: e2f5ae8cffdce1aed318177bedaab76a7d0484606ae47cfe9911d4fd750a5938
Contents?: true
Size: 520 Bytes
Versions: 4
Compression:
Stored size: 520 Bytes
Contents
name: CI on: [push] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.1 bundler-cache: true - run: bundle install - run: bundle exec rspec rubocop: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.1 bundler-cache: true - run: bundle install - run: bundle exec rubocop
Version data entries
4 entries across 4 versions & 1 rubygems