Skip to content

Run linter in CI #24

@lornakelly

Description

@lornakelly

Summary

Add a GitHub Actions workflow that runs the project linter on every Pull Request and blocks merges if linting fails, ensuring consistent code quality and formatting standards.

Goals

  • Execute linting automatically on every PR.
  • Fail CI if any linting errors occur.
  • Reduce code review noise related to formatting and basic rule violations.

Non-Goals

  • Auto-fixing lint issues in CI (developers fix locally).
  • Enforcing coverage thresholds.
  • Replacing unit tests or static security analysis (separate workflows).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions