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.