-
Notifications
You must be signed in to change notification settings - Fork 1
78 lines (76 loc) · 1.8 KB
/
_pr-validate.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
name: PR Validation
on:
pull_request:
jobs:
api-csharp:
name: Validate API CSharp SDK
uses: ./.github/workflows/api-csharp-action.yml
with:
publish: false
secrets: inherit
api-go:
name: Validate API Go SDK
uses: ./.github/workflows/api-go-action.yml
with:
publish: false
secrets: inherit
api-java:
name: Validate API Java SDK
uses: ./.github/workflows/api-java-action.yml
with:
publish: false
secrets: inherit
api-php:
name: Validate API PHP SDK
uses: ./.github/workflows/api-php-action.yml
with:
publish: false
secrets: inherit
api-python:
name: Validate API Python SDK
uses: ./.github/workflows/api-python-action.yml
with:
publish: false
secrets: inherit
api-ruby:
name: Validate API Ruby SDK
uses: ./.github/workflows/api-ruby-action.yml
with:
publish: false
secrets: inherit
api-typescript:
name: Validate API Typescript
uses: ./.github/workflows/api-typescript-action.yml
with:
publish: false
secrets: inherit
ui-android:
name: Validate UI Android SDK
uses: ./.github/workflows/ui-android-action.yml
with:
publish: false
secrets: inherit
ui-expo:
name: Validate UI Expo SDK
uses: ./.github/workflows/ui-expo-action.yml
with:
publish: false
secrets: inherit
ui-flutter:
name: Validate UI Flutter SDK
uses: ./.github/workflows/ui-flutter-action.yml
with:
publish: false
secrets: inherit
ui-react-native:
name: Validate UI React Native SDK
uses: ./.github/workflows/ui-react-native-action.yml
with:
publish: false
secrets: inherit
ui-web:
name: Validate UI Web SDK
uses: ./.github/workflows/ui-web-action.yml
with:
publish: false
secrets: inherit