You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugfix. Update code quality workflow to lint only changed files
Modified the ESLint and Prettier actions to process only diff-relevant files instead of the entire codebase. This optimizes the workflow by reducing unnecessary checks and speeds up pipeline execution while ensuring code quality for modified files.
0 commit comments