opensource-nepal / py-nepali

py-nepali is a python package containing features that will be useful for Nepali projects.
MIT License
22 stars 13 forks source link

Run linters check on Github actions #57

Open aj3sh opened 1 year ago

aj3sh commented 1 year ago

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 commented 1 year ago

Here is the repo link of gh-problem-matcher-wrap which works on Github actions https://github.com/liskin/gh-problem-matcher-wrap

cc: @sugat009