forked from MapComplete/MapComplete
Small tweaks
This commit is contained in:
parent
081a281c04
commit
cd6f511bda
5 changed files with 17 additions and 12 deletions
8
.github/workflows/pull_request_check.yml
vendored
8
.github/workflows/pull_request_check.yml
vendored
|
@ -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
|
||||
|
||||
|
||||
|
|
6
.github/workflows/theme_validation.yml
vendored
6
.github/workflows/theme_validation.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue