mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Update json-validator.yml
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
bb3236d3e5
commit
24a249be05
1 changed files with 1 additions and 1 deletions
2
.github/workflows/json-validator.yml
vendored
2
.github/workflows/json-validator.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install python3-pip -y --no-install-recommends
|
sudo apt-get install python3-pip -y --no-install-recommends
|
||||||
sudo pip3 install json-spec --break-system-packages
|
sudo pip3 install json-spec
|
||||||
if ! json validate --schema-file=php/containers-schema.json --document-file=php/containers.json; then
|
if ! json validate --schema-file=php/containers-schema.json --document-file=php/containers.json; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue