add env variable in textlint.yml

This commit is contained in:
Yuki Ota
2020-11-17 20:39:28 +09:00
parent 1bd43562d4
commit 776b64f685

View File

@ -13,8 +13,11 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.1
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
node-version: '12.x'
- name: Install dependencies
run: cd .operations/ && npm install