From 236a3b3232fd09546270a7f7d3815bce263545ef Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 10 Apr 2021 15:13:38 +0200 Subject: [PATCH] Attempting to setup GH actions --- .github/workflows/theme_validation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/theme_validation.yml b/.github/workflows/theme_validation.yml index dc1e5a1..ab38353 100644 --- a/.github/workflows/theme_validation.yml +++ b/.github/workflows/theme_validation.yml @@ -4,7 +4,7 @@ on: branches: - develop - master - + jobs: build: runs-on: ubuntu-latest @@ -12,6 +12,8 @@ jobs: - uses: actions/checkout@v2 - name: Set up Node.js uses: actions/setup-node@v1.2.0 + with: + ACTIONS_ALLOW_UNSECURE_COMMANDS: true - name: install deps run: npm install