Skip to content

[CI] Validation #2054

@novusnota

Description

@novusnota

Like "linter", but can come up with things that won't be autofixed and require manual intervention. It might be named "auditor" or "audition" too.

It's worth noting that remark-lint, the linter based on the remark parser, cannot fix the found lints itself, so we ought to write a simple script that will be able to do so. It might be made on top of remark-lint, in which case we'll need to apply fix options to each lint carefully; otherwise, implement each lint ourselves, not a big deal with having remark around.

Validation can be applied:

  • to .mdx files
  • to other file types
  • to issues, with related scripts going in a separate workflow that spawns for issue actions

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogTo organize the backlog into a hierarchy. Should never be closed, no assignees, no milestones.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions