diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index af68edd36..9ece39a19 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -116,5 +116,5 @@ jobs: with: command: fmt args: --all -- --check - - name: Check for typos - uses: crate-ci/typos@master + # - name: Check for typos + # uses: crate-ci/typos@master