We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44003f1 commit 446cb6eCopy full SHA for 446cb6e
.github/workflows/actions/build-test-pack/action.yml
@@ -52,11 +52,12 @@ runs:
52
# path: web-extension/test-results
53
# retention-days: 30
54
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'
+ # TODO enable the manifest.json validation
+ # - name: Validate manifest.json of the extension
+ # uses: cardinalby/schema-validator-action@v3
+ # with:
+ # file: ${{ env.EXTENSION_DIR }}manifest.json
60
+ # schema: 'https://json.schemastore.org/chrome-manifest'
61
62
- name: Pack directory to zip
63
if: inputs.doNotPackZip != 'true'
0 commit comments