mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-11-02 19:18:34 +08:00
fix textlint workflow
This commit is contained in:
6
.github/workflows/textlint.yml
vendored
6
.github/workflows/textlint.yml
vendored
@ -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
|
||||
Reference in New Issue
Block a user