We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14361a8 commit 04e5367Copy full SHA for 04e5367
.github/workflows/check-schema.yml
@@ -26,6 +26,10 @@ jobs:
26
uses: actions/checkout@v4
27
with:
28
submodules: recursive
29
+ - name: Set up Python 🐍
30
+ uses: actions/setup-python@v5
31
+ with:
32
+ python-version: "3.x"
33
34
# if actions version is given install defined versions
35
- name: "[optional] Pull reusable 🤖 actions"
requirements/gha-schema.txt
@@ -1 +1 @@
1
-check-jsonschema ==0.30.*
+check-jsonschema ==0.31.*
0 commit comments