From e9b79ccbd6e2ff582af0032d81d39ae113494b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 25 Apr 2022 17:14:20 +0200 Subject: [PATCH] remove codespell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 662e4f0..bd9aeb2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,20 +5,6 @@ on: pull_request: jobs: - codespell: - name: codespell - runs-on: ubuntu-20.04 - steps: - - name: Checkout Code - uses: actions/checkout@v3 - - - name: Codespell - uses: codespell-project/actions-codespell@master - with: - skip: .git - check_filenames: true - check_hidden: true - lint-docker-compose-file: runs-on: ubuntu-20.04 steps: