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: