From e6ad1b17901abd463383648dfcda15d0a8eb95b6 Mon Sep 17 00:00:00 2001 From: yngrtc <105481434+yngrtc@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:28:32 -0700 Subject: [PATCH] Update cargo.yml --- .github/workflows/cargo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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