Sha256: 7307aa2121f05cc1ae2d7971ba6574f02ada8fa02bbd3ca478601f076ae4d20b
Contents?: true
Size: 235 Bytes
Versions: 30
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true require_relative '../generator' class ActionsGenerator < Generator def generate_actions_file return unless web? template('actions.tt', "#{name}/.github/workflows/test_pipeline.yml") end end
Version data entries
30 entries across 30 versions & 1 rubygems