-
Notifications
You must be signed in to change notification settings - Fork 10
Added CI Job for linting Markdowns #41
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
Added CI Job for linting Markdowns #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed issues related to linting of the rust file
Why is a rust file edited here? |
Please add a placeholder in the ci config for adding warnings to ignore |
The file was edited because of failed linting from clippy |
Ok. |
Oh that's because you are branching from main to main. Im sorry I know I haven't done the contribution section in the readne. But please branch from |
Got it |
CI on |
This allows all Markdowns to have proper linting before they are pushed to the repository.
This is to resolve Issue #40