Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: run fmt and clippy in the CI #22

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Conversation

Angelmmiguel
Copy link
Contributor

@Angelmmiguel Angelmmiguel commented Nov 9, 2022

Integrate the cargo fmt and cargo clippy tools to ensure a consistent formatting code and basic code linting in Rust. This will simplify the PR review by ensuring common best practices are considered.

In addition to that, this PR introduces a cache for the Rust project in the GitHub action. For that, we're using the official cache action from GitHub.

It closes #21

@Angelmmiguel Angelmmiguel added the ⚙️ automation Automate processes using GitHub actions label Nov 9, 2022
@Angelmmiguel Angelmmiguel self-assigned this Nov 9, 2022
Copy link
Contributor

@ereslibre ereslibre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Angelmmiguel Angelmmiguel merged commit e69949c into main Nov 9, 2022
@ereslibre ereslibre deleted the 21-add-fmt-and-clippy branch November 9, 2022 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ automation Automate processes using GitHub actions cla-not-required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cargo fmt and clippy to every PR
3 participants