From 99e0e60ed240fd181ab4ad9b561785e58e307bd2 Mon Sep 17 00:00:00 2001 From: Andrew Arz <149685528+aarz-snl@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:10:42 -0500 Subject: [PATCH] Delete .github/workflows/spelling.yml --- .github/workflows/spelling.yml | 12 ------------ 1 file changed, 12 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 9dd1a529..00000000 --- a/.github/workflows/spelling.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Check Spelling -on: push - -jobs: - spelling: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Check spelling - uses: check-spelling/check-spelling@0.0.22