class Schienenzeppelin::AddOns::ContinuousIntegration

Public Instance Methods

apply() click to toggle source
# File lib/schienenzeppelin/addons/continuous_integration.rb, line 6
def apply
  say 'Setting up GitHub CI'
  template('.github/workflows/build.yml.erb', '.github/workflows/build.yml')
end