From a466489b162c5a2701760b65bb8d2fc40359c8e7 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 10 Apr 2021 15:05:14 +0200 Subject: [PATCH] Attempting to setup GH actions --- .github/workflows/pull_request_check.yml | 1 + .github/workflows/theme_validation.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/pull_request_check.yml b/.github/workflows/pull_request_check.yml index 308a885..f1f8cf7 100644 --- a/.github/workflows/pull_request_check.yml +++ b/.github/workflows/pull_request_check.yml @@ -8,6 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/npm@master - name: Compile license info run: npm run generate:licenses diff --git a/.github/workflows/theme_validation.yml b/.github/workflows/theme_validation.yml index ca4ef1e..43d5af3 100644 --- a/.github/workflows/theme_validation.yml +++ b/.github/workflows/theme_validation.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/npm@master - name: Compile license info run: npm run generate:licenses