chore: Headerの内部処理を最適化する #225
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 |