sway
sway copied to clipboard
Add `std` & `core` libraries formatting job to CI
Summary
At the moment if you take a look at CI (lib & core) it appears that the code is run through the formatter.
I have just submitted a PR which I have first run through the formatter.
It looked really strange so I have checked the master branch for the standard library and the formatting is clearly not being applied there (and perhaps core as well).
Resolution: change the CI path to make the formatter run on both the core and std.
Note that the above-linked jobs do not run the formatter on std or core, only build.
@mohammadfawaz you recently did this iirc?
I think this is referring to running a format checker in CI for std and core. Basically this is a CI task.
Closing this in favour of https://github.com/FuelLabs/sway/issues/2917. #2917 has the milestone field set so i don't want to mess with that :)