mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 11:47:48 +02:00
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:
parent
a0f4a9aa87
commit
2bcb020d13
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue