Pushing to any branch in the repo and watch the format workflow run
Add a badly formatted file in the commit so as to check the "push formatting changes" step as well
How can we measure success?
The formatting workflow run successfully and is able to push a formatting change commit to the branch
What does this change?
Use this workflow to run formatting on push Part of https://github.com/wellcomecollection/platform/issues/5740
How to test
Pushing to any branch in the repo and watch the format workflow run Add a badly formatted file in the commit so as to check the "push formatting changes" step as well
How can we measure success?
The formatting workflow run successfully and is able to push a formatting change commit to the branch