Merge pull request #601 from B1F030/doc-translate #118
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: Typos Check | |
on: | |
push: | |
pull_request: | |
jobs: | |
typos-check: | |
name: Spell Check with Typos | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout Actions Repository | |
uses: actions/checkout@v4 | |
- name: Check spelling with custom config file | |
uses: crate-ci/[email protected] | |
with: | |
config: ./typos.toml |