Attempting to setup GH actions
This commit is contained in:
parent
ff7eec4dc1
commit
ec5f08a3ac
1 changed files with 3 additions and 0 deletions
3
.github/workflows/theme_validation.yml
vendored
3
.github/workflows/theme_validation.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
- name: install deps
|
||||
run: npm install
|
||||
|
||||
- name: create generated ir
|
||||
run: mkdir ./assets/generated
|
||||
|
||||
- name: Compile license info
|
||||
run: npm run generate:licenses
|
||||
|
||||
|
|
Loading…
Reference in a new issue