Skip to content

Commit eda627a

Browse files
committed
Trigger test
1 parent 3b3bdb2 commit eda627a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/validate-schema.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.11"
23-
cache: "pip"
2423

2524
- name: Install jsonschema-cli
2625
run: |
2726
python -m pip install --upgrade pip
28-
pip install jsonschema-cli
27+
pip install check-jsonschema
2928
3029
- name: Validate docker.config.yml against remote schema
3130
run: |

docker.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ resources:
194194
- 42.15
195195
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
196196
temporal:
197-
begin: 2000-10-30 18:24:39+00:00
197+
begin: 2000-10-30T18:24:39Z
198198
end: 2007-10-30 08:57:29+00:00
199199
keywords:
200200
- prédio

0 commit comments

Comments
 (0)