mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-27 19:17:13 +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,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
|
||||
|
||||
Reference in New Issue
Block a user