Attempting to setup GH actions
This commit is contained in:
parent
236a3b3232
commit
ff7eec4dc1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/theme_validation.yml
vendored
4
.github/workflows/theme_validation.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v1.2.0
|
uses: actions/setup-node@v1.2.0
|
||||||
with:
|
env:
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
Loading…
Reference in a new issue