mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 16:06:51 +00:00
fix some workflows
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3caec56d93
commit
71e77c2147
2 changed files with 4 additions and 2 deletions
3
.github/workflows/json-validator.yml
vendored
3
.github/workflows/json-validator.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Validate Json
|
||||
run: |
|
||||
sudo apt-get install python3-pip --no-install-recommends
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3-pip -y --no-install-recommends
|
||||
sudo pip3 install json-spec
|
||||
json validate --schema-file=php/containers-schema.json --document-file=php/containers.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue