RyanParsley / rpdc

My blog
https://ryanparsley.com
0 stars 0 forks source link

Add Healthcheck to actions #19

Open RyanParsley opened 1 year ago

RyanParsley commented 1 year ago

It'd be nice if the robots protected me from myself a little by running static analysis before merging to main

RyanParsley commented 1 month ago

I run them, but I can't simply enforce them because of cloudcannon want's to push to main directly. I can probably allow that user to have an exceptions, but that's not great.

RyanParsley commented 1 month ago

Perhaps I want a content branch that gets automatically merged into main and main is automatically rebased into it? It could disallow code changes and only allow markdown updates. It would still be possible for a build issue so I'd want cloud cannon success to trigger the automation.