Skip to content

Commit

Permalink
Eanble textlint in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky committed Oct 16, 2023
1 parent 0998fde commit 415d0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/site_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ jobs:

- name: Lint codebase
run: yarn ci-check

- name: Textlint (Japanese)
run: yarn textlint
2 changes: 1 addition & 1 deletion src/content/reference/react/useReducer.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function reducer(state, action) {
}
```

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

</Pitfall>

Expand Down

0 comments on commit 415d0f8

Please sign in to comment.