diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml deleted file mode 100644 index 97bb1952fbb..00000000000 --- a/.github/workflows/spell-check.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Spell Check - -on: - pull_request: - types: - - opened - - edited - - synchronize - - reopened - -jobs: - build: - name: Check spelling across all files - uses: input-output-hk/catalyst-ci/.github/workflows/spell-check.yml@v2.0.6 diff --git a/Earthfile b/Earthfile index f1aa981a358..83d19faf6b2 100644 --- a/Earthfile +++ b/Earthfile @@ -17,12 +17,6 @@ markdown-check-fix: DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v2.0.9+MDLINT_LOCALLY --src=$(echo ${PWD}) --fix=--fix -# spell-check Check spelling in this repo locally. -spell-check: - LOCALLY - - DO github.com/input-output-hk/catalyst-ci/earthly/cspell:v2.0.10+CSPELL_LOCALLY --src=$(echo ${PWD}) - # check-spelling Check spelling in this repo inside a container. check-spelling: DO github.com/input-output-hk/catalyst-ci/earthly/cspell:v2.0.10+CHECK