Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 5473b05

Browse files
committed
ci: fix schema
1 parent 41d803d commit 5473b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_schema.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
- name: Install pkg
1515
run: |
16-
pip install check-jsonschema
16+
pip install "check-jsonschema>=0.10"
1717
1818
- name: GH Workflows
1919
run: |
20-
check-jsonschema .github/workflows/*.yml --schemafile "https://json.schemastore.org/github-workflow"
20+
check-jsonschema .github/workflows/*.yml --builtin-schema "github-workflows"
2121
2222
# - name: Azure Pipelines
2323
# run: |

0 commit comments

Comments
 (0)