mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-29 08:58:31 +08:00
try to fix json validator workflow
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
e6d9099114
commit
3d780a5a4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/json-validator.yml
vendored
2
.github/workflows/json-validator.yml
vendored
|
@ -15,6 +15,6 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Validate Json
|
- name: Validate Json
|
||||||
run: |
|
run: |
|
||||||
sudo apt install python3-pip --no-install-recommends
|
sudo apt-get install python3-pip --no-install-recommends
|
||||||
sudo pip3 install json-spec
|
sudo pip3 install json-spec
|
||||||
json validate --schema-file=php/containers-schema.json --document-file=php/containers.json
|
json validate --schema-file=php/containers-schema.json --document-file=php/containers.json
|
||||||
|
|
Loading…
Reference in a new issue