Skip to content

Add a fast lint gate on PRs #1057

Description

@notluquis

Right now eslint and prettier only run inside the publish.yml matrix job, which needs conda and builds a four-platform installer. So on a normal PR there's no fast lint feedback; you either wait for the heavy job or find out late. Type-check already has its own fast job (typecheck.yml), lint doesn't.

  • Add a light lint job (or fold into typecheck.yml) that runs yarn lint:check on push and PR, Node 24, --ignore-scripts install, yarn cache. Keep the existing lint step in the publish job or drop it once this covers PRs.

Corroborated against master at 200a939. Drafted with Claude Code.

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions