feat(manifest): add oxfmt - #1967
Conversation
|
Also, if one wants to add |
b96ecd3 to
2ac9c8a
Compare
|
The CI should be green now. PS: The manifest gen CI error seems unrelated to this particular change. |
|
Published in 2.86.0. |
|
@taiki-e Thanks for the quick response and I'm using the new release now! I have a minor concern though: I can install the tool using your action but the binary name I use has to be Many thanks in advance :) |
|
Ah, that's a good catch. Filed #1969 to fix it. |
|
Published the fix in 2.86.1. |
This PR adds
oxfmtto the set of supported tools.Background
Thank you very much for making this action! In the current
rustupCI, we are already using it to installtaplo. However, rustup also has a website, which requires consistent frontend formatting in addition to TOML style checks.Originally requested in rust-lang/rustup#5013 (comment), this PR adds
oxfmtsupport so that it can also be installed directly in a similar fashion without usingnpx.