We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7652505 commit 569ff12Copy full SHA for 569ff12
.github/workflows/ci.yml
@@ -92,6 +92,13 @@ jobs:
92
npm i
93
npm run build
94
95
+ - name: Build Kendo React Editor Strict CSP app
96
+ working-directory: ./examples/kendo-react-editor-strict-csp
97
+ if: steps.changes.outputs.kendo-react-editor-strict-csp == 'true'
98
+ run: |
99
+ npm i
100
+ npm run build
101
+
102
- name: Build File Manager app
103
working-directory: ./examples/kendo-react-file-manager
104
if: steps.changes.outputs.kendo-react-file-manager == 'true'
0 commit comments