-
Notifications
You must be signed in to change notification settings - Fork 955
239 lines (222 loc) · 8.9 KB
/
iOS-pod-lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
name: Validate Podspecs
# This action runs on 'git push' and PRs to below specified paths.
on:
push:
paths:
- "iOS/**"
- "xplat/**"
- "Flipper.podspec"
- "FlipperKit.podspec"
- "iOS-pod-lint.yml"
pull_request:
paths:
- "iOS/**"
- "xplat/**"
- "Flipper.podspec"
- "FlipperKit.podspec"
- "iOS-pod-lint.yml"
jobs:
lint-flipperkit_fbdefines_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FBDefines
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FBDefines --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_core_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/Core
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/Core --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_cppbridge_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/CppBridge
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/CppBridge --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_dynamic_convert_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FBCxxFollyDynamicConvert
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FBCxxFollyDynamicConvert --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_port_forwarding_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FKPortForwarding
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FKPortForwarding --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_layout_highlight_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitHighlightOverlay
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitHighlightOverlay --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_layout_text_searchable_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitHighlightOverlay
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitLayoutTextSearchable --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_layout_helpers_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitLayoutHelpers
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitLayoutHelpers --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_layout_ios_descriptors_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitLayoutIOSDescriptors
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitLayoutIOSDescriptors --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_layout_plugin_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitLayoutPlugin
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitLayoutPlugin --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_layout_ck_plugin_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitLayoutComponentKitSupport
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitLayoutComponentKitSupport --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_network_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitNetworkPlugin
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitNetworkPlugin --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_skiosnetwork_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/SKIOSNetworkPlugin
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/SKIOSNetworkPlugin --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_user_default_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitUserDefaultsPlugin
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitUserDefaultsPlugin --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_example_plugin_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitExamplePlugin
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitExamplePlugin --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipperkit_react_plugin_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint FlipperKit/FlipperKitReactPlugin
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint FlipperKit.podspec --subspec=FlipperKit/FlipperKitReactPlugin --include-podspecs=Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipper_pod:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install Dependences
run: pod repo update
- name: Lint Flipper
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 60
max_attempts: 3
command: pod lib lint Flipper.podspec --use-libraries --allow-warnings --verbose