From 32c1731302f8d641c76e1d28a8a3072d6fffa455 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 9 Oct 2023 13:28:56 -0500 Subject: [PATCH] chore(ci): Don't check spelling --- .github/workflows/spelling.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/spelling.yml diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml deleted file mode 100644 index 12f7585..0000000 --- a/.github/workflows/spelling.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Spelling - -permissions: - contents: read - -on: [pull_request] - -env: - RUST_BACKTRACE: 1 - CARGO_TERM_COLOR: always - CLICOLOR: 1 - -jobs: - spelling: - name: Spell Check with Typos - runs-on: ubuntu-latest - steps: - - name: Checkout Actions Repository - uses: actions/checkout@v4 - - name: Spell Check Repo - uses: crate-ci/typos@master