diff --git a/.github/workflows/typoChecker.yml b/.github/workflows/typoChecker.yml new file mode 100644 index 0000000000..a4049e04f2 --- /dev/null +++ b/.github/workflows/typoChecker.yml @@ -0,0 +1,13 @@ +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 diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000000..e69de29bb2