diff --git a/.codespellrc b/.codespellrc deleted file mode 100644 index c940269c..00000000 --- a/.codespellrc +++ /dev/null @@ -1,2 +0,0 @@ -[codespell] -skip = *.png,*.lock,./.git/*,*.jpg,*.js,*.yml,Gemfile,./_sass diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml deleted file mode 100644 index 18967049..00000000 --- a/.github/workflows/codespell.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Check Spelling - -on: [push, pull_request] - -jobs: - build: - name: Check Spelling - runs-on: ubuntu-latest - - steps: - - name: Checkout Code - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Check Spelling - uses: codespell-project/actions-codespell@master - with: - check_filenames: true