Skip to content

Commit aac347e

Browse files
committed
check scripts when eslintrc changes
1 parent 432deda commit aac347e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/githubActions/setRunVariables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const COMMON_DEPENDENCIES = {
2727
'.github/workflows',
2828
'.github/.cache_version',
2929
],
30-
SCRIPTS_CHANGED: ['scripts', 'eslint', 'yarn.lock'],
30+
SCRIPTS_CHANGED: ['scripts', 'eslint', 'yarn.lock', '.eslintrc.js'],
3131
COMMON_SPECS_CHANGED: ['specs/common'],
3232
};
3333

0 commit comments

Comments
 (0)