py-nepali icon indicating copy to clipboard operation
py-nepali copied to clipboard

Run linters check on Github actions

Open aj3sh opened this issue 1 year ago • 1 comments

We have added linter checks on pre-commit hooks, which assist in catching issues before committing code. However, relying solely on pre-commit hooks does not guarantee that developers have used them consistently. To further enhance our code quality and maintain consistency across the codebase, we need to incorporate an automated linter check using Github Actions.

Reference: Django: https://github.com/django/django/blob/main/.github/workflows/linters.yml

aj3sh avatar May 15 '23 14:05 aj3sh