Automated Checks and Workflows
mrarvind90 opened this issue · 0 comments
mrarvind90 commented
Description
Incorporate pre-commit hooks and GitHub workflows to automate essential tasks:
Acceptance Criteria
- Configuring the project with tools like husky and lint-staged for enforcing linting and code formatting checks.
- Implementing GitHub workflows to perform linting, code formatting, and test execution upon the creation of pull
requests.