-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add github workflows for standard lint checks #6
Comments
@DevilsAutumn I would like to work on this issue please assign me . |
@AyushMishraa any updates on this? |
@DevilsAutumn what sorts of workflows you need? testing, linting and code cov? are following TDD |
I think workflows mentioned in #94 is enough for now. not sure if we will be writing tests anytime soon. |
This would mostly used code coverage yml used in |
we dont have tests so code coverage wont be useful? |
@AyushMishraa any Update on this? |
Hi @salty-ivy |
@Suraj1089 we have already added ruff for the pre commit and workflow, so this issue is no longer valid. |
Context
checkout
.pre-commit-cofig.yaml
.we use the following lint tools on commit.
Approach
add workflows in
.github/workflows
The text was updated successfully, but these errors were encountered: