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 3859857 commit efcf553Copy full SHA for efcf553
.github/workflows/validate-pr.yml
@@ -2,13 +2,6 @@ name: Validate APIs
2
3
on:
4
pull_request:
5
- paths:
6
- - 'specification/**'
7
- - '!specification/_types/**'
8
- - '!specification/_spec_utils/**'
9
- - '!specification/_doc_ids/**'
10
- - '!specification/_json_spec/**'
11
-
12
branches:
13
- main
14
@@ -51,6 +44,11 @@ jobs:
51
44
npm install --prefix .github/validate-pr
52
45
make setup
53
46
47
+ - name: Generate specification and check generated types
48
+ working-directory: ./elasticsearch-specification
49
+ run: |
50
+ make generate
+
54
- name: Download artifacts
55
working-directory: ./clients-flight-recorder
56
run: |
0 commit comments