Sha256: e3dcc233fd0f30d3e9d5e1b9b0ed9e5cabc3640ae3e2228f2ac41f2f8791d959
Contents?: true
Size: 684 Bytes
Versions: 10
Compression:
Stored size: 684 Bytes
Contents
version: 2.1 orbs: ruby: circleci/ruby@1.1.2 executors: ruby: docker: - image: circleci/ruby:2.7.2 commands: performance-check: steps: - run: name: Run Fasterer command: bundle exec fasterer jobs: testing: executor: ruby steps: - checkout - ruby/install-deps - ruby/rspec-test checking: executor: ruby steps: - checkout - ruby/install-deps - ruby/rubocop-check performance: executor: ruby steps: - checkout - ruby/install-deps - performance-check workflows: version: 2 integration: jobs: - checking - testing - performance
Version data entries
10 entries across 10 versions & 1 rubygems