change licenses (#191)
* change licenses * Update rsi-schema.json * change codebase license * try make schema * Create rsi.json * rga fix
This commit is contained in:
3
.github/rsi-schema.json
vendored
3
.github/rsi-schema.json
vendored
@@ -75,10 +75,11 @@
|
||||
"license":{
|
||||
"$id":"#/properties/license",
|
||||
"default":"",
|
||||
"description":"The license for the associated icon states. Restricted to SS14-compatible asset licenses.",
|
||||
"description":"The license for the associated icon states. Restricted to CP14-compatible asset licenses.",
|
||||
"enum":[
|
||||
"CC-BY-SA-3.0",
|
||||
"CC-BY-SA-4.0",
|
||||
"CC0-1.0",
|
||||
"CC-BY-NC-3.0",
|
||||
"CC-BY-NC-4.0",
|
||||
"CC-BY-NC-SA-3.0",
|
||||
|
||||
4
.github/workflows/validate-rgas.yml
vendored
4
.github/workflows/validate-rgas.yml
vendored
@@ -21,5 +21,5 @@ jobs:
|
||||
with:
|
||||
schema: RobustToolbox/Schemas/rga.yml
|
||||
path_pattern: .*attributions.ya?ml$
|
||||
validators_path: RobustToolbox/Schemas/rga_validators.py
|
||||
validators_requirements: RobustToolbox/Schemas/rga_requirements.txt
|
||||
validators_path: Schemas/rga_validators.py
|
||||
validators_requirements: Schemas/rga_requirements.txt
|
||||
|
||||
2
.github/workflows/validate-rsis.yml
vendored
2
.github/workflows/validate-rsis.yml
vendored
@@ -23,4 +23,4 @@ jobs:
|
||||
pip3 install --ignore-installed --user pillow jsonschema
|
||||
- name: Validate RSIs
|
||||
run: |
|
||||
python3 RobustToolbox/Schemas/validate_rsis.py Resources/
|
||||
python3 Schemas/validate_rsis.py Resources/
|
||||
|
||||
Reference in New Issue
Block a user