Skip to content

workflows: Now checking fmt#171

Merged
rajgandhi1 merged 1 commit into
rajgandhi1:mainfrom
martinfrances107:cargo_fmt
Jun 14, 2026
Merged

workflows: Now checking fmt#171
rajgandhi1 merged 1 commit into
rajgandhi1:mainfrom
martinfrances107:cargo_fmt

Conversation

@martinfrances107

Copy link
Copy Markdown
Contributor

What does this PR do?

the contribution guide Says run cargo fmt as part of these pre-push checks.

cargo fmt --check
cargo clippy --workspace -- -D warnings
cargo test --workspace

I want to enforce this as part of the CI process.

the [contribution guide](https://github.com/martinfrances107/threecrate/blob/main/CONTRIBUTING.md)

Says run cargo fmt as part of these pre-push checks.

```sh
cargo fmt --check
cargo clippy --workspace -- -D warnings
cargo test --workspace
```

I want to enforce this as part of the CI process.
@rajgandhi1

Copy link
Copy Markdown
Owner

@martinfrances107 thanks for raising the PR. I like the idea of adding it to CI.

@rajgandhi1 rajgandhi1 merged commit 22428e2 into rajgandhi1:main Jun 14, 2026
5 checks passed
@martinfrances107 martinfrances107 deleted the cargo_fmt branch June 14, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants