File tree Expand file tree Collapse file tree 2 files changed +0
-49
lines changed
actions/restore-artifacts Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -19,36 +19,6 @@ inputs:
19
19
runs :
20
20
using : composite
21
21
steps :
22
- # Bundled specs
23
- - name : specs
24
- if : ${{ inputs.type == 'all' || inputs.type == 'specs' }}
25
- uses : actions/download-artifact@v3
26
- with :
27
- name : specs
28
- path : specs/bundled/
29
-
30
- # JavaScript utils
31
- - name : client-javascript-utils-client-common
32
- if : ${{ (inputs.javascript == 'true' && inputs.type == 'all') || inputs.type == 'js_utils' }}
33
- uses : actions/download-artifact@v3
34
- with :
35
- name : client-javascript-utils-client-common
36
- path : clients/algoliasearch-client-javascript/packages/client-common/
37
-
38
- - name : client-javascript-utils-requester-browser-xhr
39
- if : ${{ (inputs.javascript == 'true' && inputs.type == 'all') || inputs.type == 'js_utils' }}
40
- uses : actions/download-artifact@v3
41
- with :
42
- name : client-javascript-utils-requester-browser-xhr
43
- path : clients/algoliasearch-client-javascript/packages/requester-browser-xhr/
44
-
45
- - name : client-javascript-utils-requester-node-http
46
- if : ${{ (inputs.javascript == 'true' && inputs.type == 'all') || inputs.type == 'js_utils' }}
47
- uses : actions/download-artifact@v3
48
- with :
49
- name : client-javascript-utils-requester-node-http
50
- path : clients/algoliasearch-client-javascript/packages/requester-node-http/
51
-
52
22
# Clients and tests
53
23
- name : Download clients and tests artifacts
54
24
if : ${{ inputs.type == 'all' }}
Original file line number Diff line number Diff line change 35
35
with :
36
36
type : matrix
37
37
38
- - name : Lint GitHub actions
39
- run : yarn github-actions:lint
40
-
41
- - name : Lint generators
42
- run : |
43
- yarn cli format java generators
44
- diff=$(git status --porcelain ./generators | wc -l)
45
-
46
- if [[ $diff > 0 ]]; then
47
- echo "Format the generators folder by running 'yarn docker format java generators'"
48
- fi
49
-
50
- exit $diff
51
-
52
- - name : Lint json files
53
- run : |
54
- yarn eslint --ext=json .
55
- echo 'Use yarn fix:json to fix issues'
56
-
57
38
outputs :
58
39
RUN_SCRIPTS : ${{ steps.setup.outputs.RUN_SCRIPTS }}
59
40
You can’t perform that action at this time.
0 commit comments