Sha256: 4627a8f26b14cee412ed83ad6896e598f18561f1acc22de65772b93b13bf7cc6
Contents?: true
Size: 328 Bytes
Versions: 10
Compression:
Stored size: 328 Bytes
Contents
require 'gemika/env' require 'gemika/matrix' ## # Rake tasks to run commands for each compatible row in the test matrix. # namespace :gemika do desc "Generate a github action workflow from a .travis.yml" task :generate_github_actions_workflow do puts Gemika::Matrix.generate_github_actions_workflow.to_yaml end end
Version data entries
10 entries across 10 versions & 1 rubygems