Skip to content

Commit 1488f0e

Browse files
committed
oops
1 parent 054fc64 commit 1488f0e

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

.github/actions/restore-artifacts/action.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,6 @@ inputs:
1919
runs:
2020
using: composite
2121
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-
5222
# Clients and tests
5323
- name: Download clients and tests artifacts
5424
if: ${{ inputs.type == 'all' }}

.github/workflows/check.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,6 @@ jobs:
3535
with:
3636
type: matrix
3737

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-
5738
outputs:
5839
RUN_SCRIPTS: ${{ steps.setup.outputs.RUN_SCRIPTS }}
5940

0 commit comments

Comments
 (0)