Sha256: 463ff9666c515cbe16668c2cb2a4572dd2c2b37831bf1b3a9c27b581ec4352f8
Contents?: true
Size: 671 Bytes
Versions: 1
Compression:
Stored size: 671 Bytes
Contents
version: 2.1 orbs: ruby: circleci/ruby@1.1.2 executors: linux: docker: - image: cimg/base:stable jobs: test: parameters: os: type: executor ruby-version: type: string executor: << parameters.os >> steps: - checkout - ruby/install: version: << parameters.ruby-version >> - run: name: bundle install command: bundle install - run: name: test command: bundle exec rake workflows: all-tests: jobs: - test: matrix: parameters: os: [linux] ruby-version: ["2.5", "2.6", "2.7", "3.0"]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
checkstyle_filter-git-1.2.0 | .circleci/config.yml |