From 0a441aea2e114f6c6b426c020ee11114594b547b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 25 Mar 2026 22:30:20 +0200 Subject: [PATCH] fix(validate-json-schema): install ajv-formats too --- validate-json-schema/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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