8
8
pull_request :
9
9
paths :
10
10
- ' .github/workflows/check-generated-files.yml'
11
+ - pnpm-lock.yaml
11
12
- ' **/guest-js/**'
12
13
13
14
concurrency :
@@ -27,94 +28,117 @@ jobs:
27
28
filters : |
28
29
autostart:
29
30
- .github/workflows/check-generated-files.yml
31
+ - pnpm-lock.yaml
30
32
- plugins/autostart/guest-js/**
31
33
- plugins/autostart/src/api-iife.js
32
34
cli:
33
35
- .github/workflows/check-generated-files.yml
36
+ - pnpm-lock.yaml
34
37
- plugins/cli/guest-js/**
35
38
- plugins/cli/src/api-iife.js
36
39
clipboard-manager:
37
40
- .github/workflows/check-generated-files.yml
41
+ - pnpm-lock.yaml
38
42
- plugins/clipboard-manager/guest-js/**
39
43
- plugins/clipboard-manager/src/api-iife.js
40
44
dialog:
41
45
- .github/workflows/check-generated-files.yml
46
+ - pnpm-lock.yaml
42
47
- plugins/dialog/guest-js/**
43
48
- plugins/dialog/src/api-iife.js
44
49
fs:
45
50
- .github/workflows/check-generated-files.yml
51
+ - pnpm-lock.yaml
46
52
- plugins/fs/guest-js/**
47
53
- plugins/fs/src/api-iife.js
48
54
geolocation:
49
55
- .github/workflows/check-generated-files.yml
56
+ - pnpm-lock.yaml
50
57
- plugins/geolocation/guest-js/**
51
58
- plugins/geolocation/src/api-iife.js
52
59
global-shortcut:
53
60
- .github/workflows/check-generated-files.yml
61
+ - pnpm-lock.yaml
54
62
- plugins/global-shortcut/guest-js/**
55
63
- plugins/global-shortcut/src/api-iife.js
56
64
opener:
57
65
- .github/workflows/check-generated-files.yml
66
+ - pnpm-lock.yaml
58
67
- plugins/opener/guest-js/**
59
68
- plugins/opener/src/api-iife.js
60
69
haptics:
61
70
- .github/workflows/check-generated-files.yml
71
+ - pnpm-lock.yaml
62
72
- plugins/haptics/guest-js/**
63
73
- plugins/haptics/src/api-iife.js
64
74
http:
65
75
- .github/workflows/check-generated-files.yml
76
+ - pnpm-lock.yaml
66
77
- plugins/http/guest-js/**
67
78
- plugins/http/src/api-iife.js
68
79
log:
69
80
- .github/workflows/check-generated-files.yml
81
+ - pnpm-lock.yaml
70
82
- plugins/log/guest-js/**
71
83
- plugins/log/src/api-iife.js
72
84
notification:
73
85
- .github/workflows/check-generated-files.yml
86
+ - pnpm-lock.yaml
74
87
- plugins/notification/guest-js/**
75
88
- plugins/notification/src/api-iife.js
76
89
os:
77
90
- .github/workflows/check-generated-files.yml
91
+ - pnpm-lock.yaml
78
92
- plugins/os/guest-js/**
79
93
- plugins/os/src/api-iife.js
80
94
positioner:
81
95
- .github/workflows/check-generated-files.yml
96
+ - pnpm-lock.yaml
82
97
- plugins/positioner/guest-js/**
83
98
- plugins/positioner/src/api-iife.js
84
99
process:
85
100
- .github/workflows/check-generated-files.yml
101
+ - pnpm-lock.yaml
86
102
- plugins/process/guest-js/**
87
103
- plugins/process/src/api-iife.js
88
104
shell:
89
105
- .github/workflows/check-generated-files.yml
106
+ - pnpm-lock.yaml
90
107
- plugins/shell/guest-js/**
91
108
- plugins/shell/src/api-iife.js
92
109
sql:
93
110
- .github/workflows/check-generated-files.yml
111
+ - pnpm-lock.yaml
94
112
- plugins/sql/guest-js/**
95
113
- plugins/sql/src/api-iife.js
96
114
store:
97
115
- .github/workflows/check-generated-files.yml
116
+ - pnpm-lock.yaml
98
117
- plugins/store/guest-js/**
99
118
- plugins/store/src/api-iife.js
100
119
stronghold:
101
120
- .github/workflows/check-generated-files.yml
121
+ - pnpm-lock.yaml
102
122
- plugins/stronghold/guest-js/**
103
123
- plugins/stronghold/src/api-iife.js
104
124
updater:
105
125
- .github/workflows/check-generated-files.yml
126
+ - pnpm-lock.yaml
106
127
- plugins/updater/guest-js/**
107
128
- plugins/updater/src/api-iife.js
108
129
upload:
109
130
- .github/workflows/check-generated-files.yml
131
+ - pnpm-lock.yaml
110
132
- plugins/upload/guest-js/**
111
133
- plugins/upload/src/api-iife.js
112
134
websocket:
113
135
- .github/workflows/check-generated-files.yml
136
+ - pnpm-lock.yaml
114
137
- plugins/websocket/guest-js/**
115
138
- plugins/websocket/src/api-iife.js
116
139
window-state:
117
140
- .github/workflows/check-generated-files.yml
141
+ - pnpm-lock.yaml
118
142
- plugins/window-state/guest-js/**
119
143
- plugins/window-state/src/api-iife.js
120
144
0 commit comments