]> zoso.dev Git - buffer.git/commitdiff
Delete codespell.yml
authorFeross Aboukhadijeh <feross@feross.org>
Tue, 27 Oct 2020 21:26:29 +0000 (14:26 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 21:26:29 +0000 (14:26 -0700)
.github/workflows/codespell.yml [deleted file]

diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
deleted file mode 100644 (file)
index f39b305..0000000
+++ /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