dsi-clinic / cocoa

Clinic Opinionated Codebase Oversight and Analysis
1 stars 0 forks source link

Branch number and name warning #7

Closed NickRoss closed 4 months ago

NickRoss commented 4 months ago

Check to see what branches exists.

If there are branches other than main/dev => return a warning.

create a file called "repo_checks.py" which contains repo-level checks.

In that file should be the function which evaluates this and returuns the warning. This should be run in the main block, not as part of walk_and_process.

chenhuifei01 commented 4 months ago

completed and made a pull request for branch "repo check"