Attempting to setup GH actions
This commit is contained in:
parent
b6ae25f53e
commit
236a3b3232
1 changed files with 3 additions and 1 deletions
4
.github/workflows/theme_validation.yml
vendored
4
.github/workflows/theme_validation.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue