We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead0d84 commit ca538a2Copy full SHA for ca538a2
.github/workflows/github-ci.yml
@@ -27,6 +27,14 @@ jobs:
27
- name: Install dependencies
28
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
29
30
+
31
+ - name: Build Schema #TODO: REMOVE !!!!!!!!!!!!!!!
32
+ working-directory: internal/documentation
33
+ run: |
34
+ npm run schema-generate
35
+ npm run schema-workspace-generate
36
+ cat schema/ui5.yaml.json
37
+ #TODO: REMOVE !!!!!!!!!!!!!!!
38
- name: Perform ESLint check
39
run: npm run lint
40
0 commit comments