filecoin-project / filplus-backend

Other
2 stars 1 forks source link

Add GitHub Action to check linter and formatter #199

Closed Filip-L closed 2 months ago

Filip-L commented 2 months ago

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.