-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
We need to ensure that Stylelint is properly run as part of our CI process.
Tasks:
- Integrate Stylelint into the CI workflow, so all PRs and pushes are checked for style violations automatically.
- Identify and resolve any style lint errors currently present in the codebase.
- Update documentation if necessary to reflect lint usage in CI.
Notes
- Consider using the dorny/paths-filter action to run Stylelint only when CSS/SCSS or the Stylelint config changed.
Acceptance Criteria:
- Stylelint is configured and runs automatically for all pull requests and pushes via CI.
- The CI build fails when Stylelint detects any errors.
- All current Stylelint errors have been addressed and fixed within the codebase.
- Documentation includes instructions for running Stylelint locally and its integration in CI.
- Developers are able to reproduce linting checks locally.
This will help maintain code style standards and avoid regressions.
Reactions are currently unavailable