File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 62
62
location : ${{ runner.temp }}/json-schema
63
63
file-name : eslintrc-schema.json
64
64
65
+ # This schema is referenced by the package.json schema, so must also be accessible.
66
+ - name : Download JSON schema for jscpd configuration file
67
+ id : download-jscpd-schema
68
+ uses : carlosperate/download-file-action@v1
69
+ with :
70
+ # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/jscpd.json
71
+ file-url : https://json.schemastore.org/jscpd.json
72
+ location : ${{ runner.temp }}/json-schema
73
+ file-name : jscpd-schema.json
74
+
65
75
# This schema is referenced by the package.json schema, so must also be accessible.
66
76
- name : Download JSON schema for Prettier configuration file
67
77
id : download-prettierrc-schema
@@ -103,6 +113,7 @@ jobs:
103
113
-s "${{ steps.download-schema.outputs.file-path }}" \
104
114
-r "${{ steps.download-ava-schema.outputs.file-path }}" \
105
115
-r "${{ steps.download-eslintrc-schema.outputs.file-path }}" \
116
+ -r "${{ steps.download-jscpd-schema.outputs.file-path }}" \
106
117
-r "${{ steps.download-prettierrc-schema.outputs.file-path }}" \
107
118
-r "${{ steps.download-semantic-release-schema.outputs.file-path }}" \
108
119
-r "${{ steps.download-stylelintrc-schema.outputs.file-path }}" \
You can’t perform that action at this time.
0 commit comments