chore: useResponseMessageを定義し、各コンポーネントで扱いやすい用、内部的な値として変換する処理を共通化する #522
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Typo Checker | |
on: [pull_request] | |
jobs: | |
run: | |
name: Typo Checker | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Use custom config file | |
uses: crate-ci/typos@master | |
with: | |
config: ./.typos.toml |