From ec5f08a3acc844c914483a23428276e1b7cde39a Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 10 Apr 2021 15:21:19 +0200 Subject: [PATCH] Attempting to setup GH actions --- .github/workflows/theme_validation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/theme_validation.yml b/.github/workflows/theme_validation.yml index f0b817e..030b724 100644 --- a/.github/workflows/theme_validation.yml +++ b/.github/workflows/theme_validation.yml @@ -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