Hi Brent
Do you have any suggestions on how to get better reuse between your inner and outer loops during software development?
Inner loop would be pre-commit checks in your local development environment and outer-loop would be GitHub Actions, in this case. I've experimented with pre-commit and make which can be reused in GitHub Actions, but I'm curious if there are better patterns you may be able to share.
Cheers,
Greg
Do you have any suggestions on how to get better reuse between your inner and outer loops during software development?
Inner loop would be pre-commit checks in your local development environment and outer-loop would be GitHub Actions, in this case. I've experimented with pre-commit and make which can be reused in GitHub Actions, but I'm curious if there are better patterns you may be able to share.
Cheers,
Greg