class Hoboken::AddOns::GithubAction

Github action that runs CI task.

Public Instance Methods

add_action_yml_file() click to toggle source
# File lib/hoboken/add_ons/github_action.rb, line 8
def add_action_yml_file
  empty_directory('.github/workflows')
  template('hoboken/templates/github_action.tt', '.github/workflows/ruby.yml')
end