hotosm / galaxy-api

Backend to fetch data from Underpass
https://galaxy-api.hotosm.org/latest/redoc
GNU Affero General Public License v3.0
14 stars 5 forks source link

[FEATURE] Checking Code quality in Push or PR #264

Closed kshitijrajsharma closed 2 years ago

kshitijrajsharma commented 2 years ago

Plan is to setup a Github workflow which will check the src folder for a well-documented code which aligns with the programming language ethics. We can use python linter. linters will checks for the typos, code styling and other errors in the code without actually executing it. i.e. static-code analysis.