Skip to content

Commit bccc1fa

Browse files
authored
Remove codespell: (#500)
## Description Not needed anymore. This is from the pedantic days of the past and is the only thing in CI that has a dependency on DockerHub, which is down right now. Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents fe5bfb8 + e45510f commit bccc1fa

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,6 @@ jobs:
4040
- name: ${{ matrix.target }}
4141
run: make ${{ matrix.target }}
4242

43-
codespell:
44-
name: Codespell
45-
runs-on: ubuntu-latest
46-
steps:
47-
- uses: actions/checkout@v5
48-
49-
- name: Codespell
50-
uses: codespell-project/[email protected]
51-
with:
52-
check_filenames: true
53-
check_hidden: true
54-
skip: "./.git,./go.mod,./go.sum,.goreleaser.yaml"
55-
ignore_words_list: ro,NotIn
56-
5743
build:
5844
name: Build binaries and container images
5945
runs-on: ubuntu-latest
@@ -74,7 +60,6 @@ jobs:
7460
if: ${{ github.ref == 'refs/heads/main' }}
7561
needs:
7662
- validate
77-
- codespell
7863
- build
7964
steps:
8065
- name: Checkout code

0 commit comments

Comments
 (0)