Skip to content

Commit 415d0f8

Browse files
committed
Eanble textlint in GitHub Actions
1 parent 0998fde commit 415d0f8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/site_lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ jobs:
2525

2626
- name: Lint codebase
2727
run: yarn ci-check
28+
29+
- name: Textlint (Japanese)
30+
run: yarn textlint

src/content/reference/react/useReducer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function reducer(state, action) {
244244
}
245245
```
246246

247-
詳しくは、[state 内のオブジェクトの更新](/learn/updating-objects-in-state)と[state 内の配列の更新](/learn/updating-arrays-in-state)を参照ください。
247+
詳しくは、[state 内のオブジェクトの更新](/learn/updating-objects-in-state)と [state 内の配列の更新](/learn/updating-arrays-in-state)を参照ください。
248248

249249
</Pitfall>
250250

0 commit comments

Comments
 (0)