FociSolutions / github-foundations

A framework for managing your GitHub Enterprise account infrastructure.
MIT License
10 stars 1 forks source link

refactor: Change the GH Actions to use Go CLI #97

Closed bzarboni1 closed 3 months ago

bzarboni1 commented 3 months ago

ISSUE

[#96] - [Refactor] Change the GH action checks to use the Go CLI]

The GitHub Actions in the organizations repo rely on a Python script that queries the directory structure to provide output about which entities are managed by the toolkit. The Go github-foundations-cli has had this functionality ported into it, and the Python scripts can now be retired. The Actions need to be updated to use the CLI instead of the Python.