diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b2ce3183a..1552879915 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Checkout uses: actions/checkout@v4 + - name: Check typos + uses: crate-ci/typos@master - name: Check uses: actions-rs/cargo@v1 with: diff --git a/typos.toml b/typos.toml new file mode 100644 index 0000000000..dce75254eb --- /dev/null +++ b/typos.toml @@ -0,0 +1,5 @@ +[type.md] +extend-ignore-re = [ + "\\[[[:xdigit:]]{7}\\]\\(https://github.com/orhun/git-cliff/commit/[[:xdigit:]]{40}\\)", + "\\[halp\\]\\(https://github.com/orhun/halp\\)", +]