diff --git a/Earthfile b/Earthfile index fc633087d8..37fa9da9ad 100644 --- a/Earthfile +++ b/Earthfile @@ -4,8 +4,8 @@ IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.1 AS mdlint-ci IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.1 AS cspell-ci IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.1 AS python-ci IMPORT github.com/input-output-hk/catalyst-ci:v3.6.0 AS cat-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.6.1 AS debian -FROM debian:stable-slim # check-markdown : markdown check using catalyst-ci. check-markdown: @@ -19,21 +19,13 @@ markdown-check-fix: # clean-spelling-list : Make sure the project dictionary is properly sorted. clean-spelling-list: + FROM debian+debian-clean DO cspell-ci+CLEAN # check-spelling : Check spelling in this repo inside a container. check-spelling: DO cspell-ci+CHECK -# spell-list-words : List words in a dictionary -spell-list-words: - FROM ghcr.io/streetsidesoftware/cspell:8.0.0 - WORKDIR /work - - COPY . . - - RUN cspell-cli --words-only --unique "wasm/**" | sort -f - # repo-docs : target to store the documentation from the root of the repo. repo-docs: # Create artifacts of extra files we embed inside the documentation when its built. diff --git a/specs/Earthfile b/specs/Earthfile index bfcfc54a64..14fda74908 100644 --- a/specs/Earthfile +++ b/specs/Earthfile @@ -87,4 +87,3 @@ check: # Check our validation code actually works properly RUN cd generators; \ uv run docs -o "../../docs" ../signed_doc.json - diff --git a/utilities/docs-preview/Earthfile b/utilities/docs-preview/Earthfile index 4ef5ae46d1..d5ea82d5bb 100644 --- a/utilities/docs-preview/Earthfile +++ b/utilities/docs-preview/Earthfile @@ -4,4 +4,4 @@ IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.1 AS docs-ci # update-docs-dev-script: get the latest docs dev script from CI. update-docs-dev-script: - DO docs-ci+SYNC_LOCAL_DOCS \ No newline at end of file + DO docs-ci+SYNC_LOCAL_DOCS