Skip to content

Commit 8538e84

Browse files
committed
fix ci
1 parent 7154e94 commit 8538e84

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

.github/workflows/ci_apps_cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- 'packages/components/**'
66
- 'apps/cli/**'
77
- '.github/workflows/ci_apps_cli.yml'
8+
- 'shared.eslint.config.js'
89

910
defaults:
1011
run:

.github/workflows/ci_apps_hightable_demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths:
55
- 'apps/hightable-demo/**'
66
- '.github/workflows/ci_apps_hightable_demo.yml'
7+
- 'shared.eslint.config.js'
78

89
defaults:
910
run:

.github/workflows/ci_apps_hyparquet_demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths:
55
- 'apps/hyparquet-demo/**'
66
- '.github/workflows/ci_apps_hyparquet_demo.yml'
7+
- 'shared.eslint.config.js'
78

89
defaults:
910
run:

.github/workflows/ci_packages_components.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths:
55
- 'packages/components/**'
66
- '.github/workflows/ci_packages_components.yml'
7+
- 'shared.eslint.config.js'
78

89
defaults:
910
run:

.github/workflows/ci_packages_utils.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths:
55
- 'packages/utils/**'
66
- '.github/workflows/ci_packages_utils.yml'
7+
- 'shared.eslint.config.js'
78

89
defaults:
910
run:

shared.eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ const sharedTsRules = {
4141
'@typescript-eslint/no-unused-vars': 'warn',
4242
}
4343

44-
module.exports = { sharedJsRules, sharedTsRules }
44+
module.exports = { sharedJsRules, sharedTsRules }

0 commit comments

Comments
 (0)