Is there an existing issue for this?
Feature Description
Add a GitHub Actions workflow that automatically runs ESLint on the codebase whenever code is pushed or a pull request is opened/updated. This ensures that all commits and PRs adhere to the project’s linting rules.
Use Case
Tasks:
- Developers may accidentally push code that violates ESLint rules.
- Manually checking linting before every PR can be forgotten or inconsistent.
- Continuous integration (CI) needs an automated check to prevent style violations from being merged.
Benefits
- Automatically enforces linting rules on all pushes and PRs.
- Prevents code with linting errors from reaching main.
- Reduces manual code review effort by highlighting style issues early.
- Ensures consistent code style across all contributors and branches.
Add ScreenShots
No response
Priority
Medium
Record
Is there an existing issue for this?
Feature Description
Add a GitHub Actions workflow that automatically runs ESLint on the codebase whenever code is pushed or a pull request is opened/updated. This ensures that all commits and PRs adhere to the project’s linting rules.
Use Case
Tasks:
Benefits
Add ScreenShots
No response
Priority
Medium
Record