MCPcopy Create free account
hub / github.com/OpenAstronomy/packaging-guide / process_github_workflow

Function process_github_workflow

hooks/post_gen_project.py:38–40  ·  view source on GitHub ↗
(include_cruft_update_github_workflow)

Source from the content-addressed store, hash-verified

36
37
38def process_github_workflow(include_cruft_update_github_workflow):
39 if include_cruft_update_github_workflow != "y":
40 remove_dir(os.path.join(PROJECT_DIRECTORY, '.github'))
41
42
43if __name__ == '__main__':

Callers 1

Calls 1

remove_dirFunction · 0.85

Tested by

no test coverage detected