diff --git a/validate-json-schema/action.yaml b/validate-json-schema/action.yaml index c6ccc8e..fa402ba 100644 --- a/validate-json-schema/action.yaml +++ b/validate-json-schema/action.yaml @@ -14,7 +14,7 @@ runs: - run: curl --fail -O -L "https://raw.githubusercontent.com/aquaproj/aqua/${{inputs.ref}}/json-schema/registry.json" shell: bash - - run: npm install --location=global ajv-cli + - run: npm install --location=global ajv-cli ajv-formats shell: bash - run: ajv --spec=draft2020 -c ajv-formats -s registry.json -d registry.yaml shell: bash