chore: MultiComboBoxの内部処理を整理する #401
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 |