diff --git a/typos.toml b/.github/typos.toml similarity index 98% rename from typos.toml rename to .github/typos.toml index 3c9cff7a6c..ecbd0fc4d3 100644 --- a/typos.toml +++ b/.github/typos.toml @@ -4,3 +4,4 @@ extend-exclude = [ "*.sum", "*.mod" ] + diff --git a/.github/workflows/typo.yml b/.github/workflows/typo.yml index 973440a622..13297b1b05 100644 --- a/.github/workflows/typo.yml +++ b/.github/workflows/typo.yml @@ -17,4 +17,6 @@ jobs: uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: typos-action - uses: crate-ci/typos@acbff432fb0e7c8cbb9f032311d8f13927dbaaf3 # v1.22.4 \ No newline at end of file + uses: crate-ci/typos@acbff432fb0e7c8cbb9f032311d8f13927dbaaf3 # v1.22.4 + with: + config: .github/typos.yml \ No newline at end of file