From b78e4672b59e5f3204ef60ccc5490b4ff5bb77e9 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 27 Oct 2020 14:26:29 -0700 Subject: [PATCH] Delete codespell.yml --- .github/workflows/codespell.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/codespell.yml diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml deleted file mode 100644 index f39b305..0000000 --- a/.github/workflows/codespell.yml +++ /dev/null @@ -1,15 +0,0 @@ -# GitHub Action to automate the identification of common misspellings in text files. -# https://github.com/codespell-project/actions-codespell -# https://github.com/codespell-project/codespell -name: codespell -on: [push, pull_request] -jobs: - codespell: - name: Check for spelling errors - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: codespell-project/actions-codespell@master - with: - check_filenames: true - skip: ./.git -- 2.34.1