There was an error while loading. Please reload this page.
1 parent 415b2d2 commit 3b3dd32Copy full SHA for 3b3dd32
1 file changed
‎.github/workflows/ios-sdk.yml‎
@@ -0,0 +1,22 @@
1
+name: ios-sdk
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ ios-sdk-test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
11
+ with:
12
+ repository: 'DataDog/dd-sdk-ios'
13
14
15
16
+ path: 'tools/rum-models-generator/rum-events-format'
17
18
+ - name: Verify RUM models
19
+ run: make rum-models-verify
20
21
+ - name: Verify Session Replay models
22
+ run: make sr-models-verify
0 commit comments