opensource-nepal / commitlint

commitlint is a tool designed to lint your commit messages according to the Conventional Commits standard for your pre-commit hook and GitHub Actions.
GNU General Public License v3.0
16 stars 9 forks source link

Add github actions CI for running flake8 and tests #9

Closed aj3sh closed 8 months ago

aj3sh commented 8 months ago

This issue aims to automate Flake8 or any other linting in the project and execute the test. The addition of these workflows will contribute to maintaining code quality and reliability.

Actions reference can be taken from https://github.com/opensource-nepal/django-nepali/