-
Notifications
You must be signed in to change notification settings - Fork 14
Run linters check on Github actions #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here is the repo link of gh-problem-matcher-wrap which works on Github actions cc: @sugat009 |
rex9840
added a commit
to rex9840/py-nepali
that referenced
this issue
Feb 27, 2025
- Run linters check on Github actions opensource-nepal#57
rex9840
added a commit
to rex9840/py-nepali
that referenced
this issue
Feb 27, 2025
- Run linters check on Github actions opensource-nepal#57
11 tasks
rex9840
added a commit
to rex9840/py-nepali
that referenced
this issue
Feb 27, 2025
- Run linters check on Github actions opensource-nepal#57
rex9840
added a commit
to rex9840/py-nepali
that referenced
this issue
Feb 27, 2025
- Run linters check on Github actions opensource-nepal#57
rex9840
added a commit
to rex9840/py-nepali
that referenced
this issue
Feb 27, 2025
- Run linters check on Github actions opensource-nepal#57
rex9840
added a commit
to rex9840/py-nepali
that referenced
this issue
Feb 27, 2025
- Run linters check on Github actions opensource-nepal#57
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: