Sha256: d6aa2c19ada5ca461fa54f417e814c8acbfdf35d148c23d83ab316888cfb651b
Contents?: true
Size: 278 Bytes
Versions: 10
Compression:
Stored size: 278 Bytes
Contents
module Foobara module Generators module EmptyRubyProjectGenerator module Generators class CiYamlGenerator < ProjectGenerator def template_path [".github", "workflows", "ci.yml.erb"] end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems