mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Try to fix CI command
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
7372ad27d7
commit
2eadb1b0de
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
node-version: '14'
|
||||
- name: "🔎 Run validator"
|
||||
run: |
|
||||
npx @redocly/cli lint data/api/*/*.yaml
|
||||
npx @redocly/cli@latest lint data/api/*/*.yaml
|
||||
|
||||
check-examples:
|
||||
name: "🔎 Check Event schema examples"
|
||||
|
|
|
|||
Loading…
Reference in a new issue