Skip to content

Use cargo xtask fmt --check in CI #1198

Closed
@nicholasbishop

Description

@nicholasbishop

In #1196, it was noticed that some files aren't formatted in the way cargo xtask fmt would have done it. This happened even though we check formatting in CI, and the reason is that in CI we are running cargo fmt --all -- --check instead of cargo xtask fmt --check, which adds additional args.

cargo fmt --all -- --check

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions