File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,11 @@ updates:
5
5
directory : " /"
6
6
schedule :
7
7
interval : " daily"
8
- # ignore:
9
- # - dependency-name: ""
8
+ reviewers :
9
+ - " SirCipher"
10
+ - " horned-sphere"
11
+ - package-ecosystem : " npm"
12
+ open-pull-requests-limit : 0
13
+ reviewers :
14
+ - " SirCipher"
15
+ - " horned-sphere"
Original file line number Diff line number Diff line change @@ -142,3 +142,17 @@ jobs:
142
142
with :
143
143
token : ${{ secrets.CODECOV_TOKEN }}
144
144
fail_ci_if_error : true
145
+
146
+ build_uis :
147
+ name : Build Example Application UIs
148
+ runs-on : ubuntu-latest
149
+ strategy :
150
+ matrix :
151
+ includes :
152
+ - path : " stocks_simulated/ui"
153
+ cmd : " npm install && npm run build"
154
+ steps :
155
+ - name : Build UI
156
+ run : |
157
+ cd example_apps/${{ matrix.path }}
158
+ ${{ matrix.cmd }}
You can’t perform that action at this time.
0 commit comments