We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c3a8b commit b10649dCopy full SHA for b10649d
.github/workflows/ci_schema.yml
@@ -18,12 +18,8 @@ jobs:
18
cache-dependency-glob: "requirements/**/*.txt"
19
version: "latest"
20
21
- - name: Install pkg
22
- run: |
23
- uv pip install --system check-jsonschema
24
-
25
- name: GH Workflows
26
- run: check-jsonschema .github/workflows/*.yml --builtin-schema "github-workflows"
+ run: uvx check-jsonschema .github/workflows/*.yml --builtin-schema "github-workflows"
27
28
# - name: Azure Pipelines
29
# env:
0 commit comments