Attempting to setup GH actions
This commit is contained in:
parent
ec5f08a3ac
commit
37f4d4aeed
1 changed files with 6 additions and 2 deletions
6
.github/workflows/theme_validation.yml
vendored
6
.github/workflows/theme_validation.yml
vendored
|
@ -18,9 +18,13 @@ jobs:
|
|||
- name: install deps
|
||||
run: npm install
|
||||
|
||||
- name: create generated ir
|
||||
- name: create generated dir
|
||||
run: mkdir ./assets/generated
|
||||
|
||||
- name: create stub themes
|
||||
run: echo '{"layers": [], "themes": []}' > ./assets/generated/known_layers_and_themes.json
|
||||
|
||||
|
||||
- name: Compile license info
|
||||
run: npm run generate:licenses
|
||||
|
||||
|
|
Loading…
Reference in a new issue