diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 1a3e5dee..f786a4c0 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -48,3 +48,9 @@ jobs: with: command: fmt args: --all -- --check + + typos: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: crate-ci/typos@v1.29.4 diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 00000000..4132089f --- /dev/null +++ b/.typos.toml @@ -0,0 +1,5 @@ +[files] +extend-exclude = [ + ".git/", + "bip32/tests/bip32_vectors.rs", +]