Small tweaks

This commit is contained in:
Pieter Vander Vennet 2021-04-10 16:06:01 +02:00
parent 081a281c04
commit cd6f511bda
5 changed files with 17 additions and 12 deletions

View file

@ -24,10 +24,10 @@ jobs:
- name: create stub themes
run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
- name: Compile license info
- name: Compile license info; creates missing_licenses.txt if any missing
run: npm run validate:licenses
- name: Compile and validate themes and layers
run: npm run validate:layeroverview
- name: Compile and validate themes and layers; creates layer_report.txt if any errors are found
run: npm run validate:layeroverview

View file

@ -26,7 +26,7 @@ jobs:
- name: Compile license info
run: npm run validate:licenses
run: npm run generate:licenses
- name: Compile and validate themes and layers
run: npm run validate:layeroverview
- name: Compile themes and layers
run: npm run generate:layeroverview