From 37f4d4aeed8c31cb51b99d8c9f9eb90fb9730fb8 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 10 Apr 2021 15:24:50 +0200 Subject: [PATCH] Attempting to setup GH actions --- .github/workflows/theme_validation.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/theme_validation.yml b/.github/workflows/theme_validation.yml index 030b724..d6d95c6 100644 --- a/.github/workflows/theme_validation.yml +++ b/.github/workflows/theme_validation.yml @@ -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