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

Add GitHub Action to check linter and formatter #199

Merged
merged 8 commits into from
Jun 13, 2024

Conversation

Filip-L
Copy link
Collaborator

@Filip-L Filip-L commented Jun 10, 2024

Add GitHub Action for Code Quality Check

Description:
A check has been added to ensure code quality by using cargo fmt to verify proper code formatting and cargo clippy to ensure the code is correctly written. Additionally, warnings reported by Clippy have been fixed.

Deployment Considerations:
No special actions are required.

@Filip-L Filip-L marked this pull request as ready for review June 10, 2024 14:13
@Filip-L Filip-L marked this pull request as draft June 10, 2024 14:46
@Filip-L Filip-L changed the title Add CI to check linter and formatter Add GitHub Action to check linter and formatter Jun 11, 2024
@Filip-L Filip-L marked this pull request as ready for review June 11, 2024 13:58
@kacperzuk-neti kacperzuk-neti merged commit 94975c8 into main Jun 13, 2024
3 checks passed
@kacperzuk-neti kacperzuk-neti deleted the CI-with-linters-and-formatters branch June 13, 2024 14:38
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.

None yet

2 participants