Skip to content

Integrate Stylelint Into CI and Fix Existing Errors #1318

@adrian-rpf

Description

@adrian-rpf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions