Closed
Description
We should automate the running of the julia formatter on PRs.
I propose 2 options:
- We use https://pre-commit.ci/ and add a pre-commit config
- Add a custom workflow - I've added an example PR for this here: formatter example #2595
Possibly CRef: #2241