mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-29 00:19:14 +08:00
add env variable in textlint.yml
This commit is contained in:
3
.github/workflows/textlint.yml
vendored
3
.github/workflows/textlint.yml
vendored
@ -13,9 +13,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v2.1.1
|
uses: actions/setup-node@v2.1.1
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd .operations/ && npm install
|
run: cd .operations/ && npm install
|
||||||
- name: textlint for japanese.md files
|
- name: textlint for japanese.md files
|
||||||
|
|||||||
Reference in New Issue
Block a user