Skip to content

Reduce PR lint time by checking changed files #676

@chestercheng

Description

@chestercheng

Currently, the lint workflow in PR takes a long time.
This is because it runs lint checks on the entire codebase, even when only a few files are changed.

To improve CI reduce waiting time, It should be possible to run lint only on files that are modified in the PR.
This could speed up PR checks and improve developer productivity.

Sub-issues

Metadata

Metadata

Labels

buildBuild system and automation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions