Sha256: b7caa98b7a175e5d28878555dc1f6f9c15df9ebcd84baaba8d97808a2c41a8c2

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

# frozen_string_literal: true

module Schienenzeppelin
  module Helpers
    class ContinuousIntegration < HelperBase
      def apply
        say 'Setting up GitHub CI'
        template('.github/workflows/build.yml.erb', '.github/workflows/build.yml')
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
schienenzeppelin-0.1 lib/schienenzeppelin/helpers/continuous_integration.rb