Skip to content
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

Fix Errors Raised by Pre-Commit Hook in GitHub Action #145

Open
4 tasks
vineetshar opened this issue Oct 30, 2024 · 0 comments
Open
4 tasks

Fix Errors Raised by Pre-Commit Hook in GitHub Action #145

vineetshar opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@vineetshar
Copy link
Member

Description

The pre-commit hook is currently failing during the GitHub Action workflow. This issue outlines the necessary steps to identify and fix these errors to ensure a smooth development & CI/CD process.

Steps to Reproduce

  1. Trigger the GitHub Action workflow with the current setup via raising a PR.
  2. Observe the errors raised by the pre-commit hook during the workflow run.

Expected Outcome

The pre-commit hook should pass without any errors during the GitHub Action workflow.

Tasks

  • Identify the specific errors raised by the pre-commit hook in the GitHub Action logs.
  • Adjust the code or pre-commit configuration as needed to address these errors.
  • Test the pre-commit hook locally to ensure no errors before committing.
  • Rerun the GitHub Action workflow to verify that the pre-commit hook passes successfully.

Additional Information

Include logs, screenshots, or details about the errors raised by the pre-commit hook, if available.

Let me know if you'd like any additional details added!

@vineetshar vineetshar added bug Something isn't working good first issue Good for newcomers labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant