fix textlint workflow

This commit is contained in:
Yuta Azumi
2020-11-15 00:28:33 +09:00
parent 413384a838
commit 38b10330f3

View File

@ -16,9 +16,7 @@ jobs:
with:
node-version: '12.x'
- name: change directory
run: cd .operations/
- name: Install dependencies
run: npm install
run: cd .operations/ && npm install
- name: textlint for japanese.md files
run: npm run textlint
run: cd .operations/ && npm run textlint