From: Feross Aboukhadijeh Date: Tue, 27 Oct 2020 21:26:29 +0000 (-0700) Subject: Delete codespell.yml X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=b78e4672b59e5f3204ef60ccc5490b4ff5bb77e9;p=buffer.git Delete 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