Pin redocly-cli in CI

To avoid new errors in CI in unrelated pull requests.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2026-05-29 08:38:50 +02:00
parent a0f4a9aa87
commit 2bcb020d13
No known key found for this signature in database
GPG key ID: 03AEEC581F0139CE

View file

@ -31,7 +31,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: "🔎 Run validator"
run: |
npx @redocly/cli@latest lint data/api/*/*.yaml
npx @redocly/cli@2.31.5 lint data/api/*/*.yaml
check-event-examples:
name: "🔎 Check Event schema examples"