Skip to content

Commit 446cb6e

Browse files
committed
disable manifest.json validation for now
1 parent 44003f1 commit 446cb6e

File tree

1 file changed

+6
-5
lines changed
  • .github/workflows/actions/build-test-pack

1 file changed

+6
-5
lines changed

.github/workflows/actions/build-test-pack/action.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ runs:
5252
# path: web-extension/test-results
5353
# retention-days: 30
5454

55-
- name: Validate manifest.json of the extension
56-
uses: cardinalby/schema-validator-action@v3
57-
with:
58-
file: ${{ env.EXTENSION_DIR }}manifest.json
59-
schema: 'https://json.schemastore.org/chrome-manifest'
55+
# TODO enable the manifest.json validation
56+
# - name: Validate manifest.json of the extension
57+
# uses: cardinalby/schema-validator-action@v3
58+
# with:
59+
# file: ${{ env.EXTENSION_DIR }}manifest.json
60+
# schema: 'https://json.schemastore.org/chrome-manifest'
6061

6162
- name: Pack directory to zip
6263
if: inputs.doNotPackZip != 'true'

0 commit comments

Comments
 (0)